We can't ship this without adding dark mode support, can we?
You need to subscribe to get full access to the video and lesson content.
Join 4.3K+ learners from companies like Shopify, Microsoft, Tiktok, AppSumo and Instacart.
We're now at the stage where we can implement dark mode and make some UI improvements before deploying the app. Let's go through the changes we've made:
dark
class to the <html>
element in app.blade.php
and public.blade.php
.app.js
to dynamically add the dark
class based on the user's system preferences.We updated the background colors for dark mode:
dark:bg-zinc-900
dark:bg-zinc-900
dark:bg-zinc-800
We improved the table styling for dark mode:
dark:bg-zinc-800
dark:bg-zinc-800
dark:divide-zinc-700
Subscribe now to get full access to the lesson content.
Get started →