Skip to content

Force light theme across the entire application#4

Open
vydyas wants to merge 1 commit intomainfrom
force-light-mode
Open

Force light theme across the entire application#4
vydyas wants to merge 1 commit intomainfrom
force-light-mode

Conversation

@vydyas
Copy link
Owner

@vydyas vydyas commented May 25, 2025

This commit removes the dark theme option and enforces light mode globally.

Changes made:

  • Modified tailwind.config.js to disable dark mode by removing the darkMode option.
  • Cleaned up app/globals.css by removing the .dark class definition and associated dark theme CSS variables.
  • Verified that components/theme-provider.tsx was already correctly configured for a default light theme with no system preference.
  • Ensured the application builds successfully and no dark theme artifacts remain.

This commit removes the dark theme option and enforces light mode globally.

Changes made:
- Modified `tailwind.config.js` to disable dark mode by removing the `darkMode` option.
- Cleaned up `app/globals.css` by removing the `.dark` class definition and associated dark theme CSS variables.
- Verified that `components/theme-provider.tsx` was already correctly configured for a default light theme with no system preference.
- Ensured the application builds successfully and no dark theme artifacts remain.
@vercel
Copy link

vercel bot commented May 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
simpleresume ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2025 6:26am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant