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 6.5K+ 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-900dark:bg-zinc-900dark:bg-zinc-800We improved the table styling for dark mode:
dark:bg-zinc-800dark:bg-zinc-800dark:divide-zinc-700Subscribe now to get full access to the lesson content.
Get started →You need to subscribe to get full access to the lesson content.
Join 6.5K+ learners from companies like Shopify, Microsoft, Tiktok, AppSumo and Instacart.