Skip to content

Conversation

@dylanmazurek
Copy link
Owner

Add dark mode toggle functionality and update Card component for dark mode support.

  • Dark Mode Toggle:

    • Add a button to toggle dark mode in app/page.tsx.
    • Implement state and function to handle dark mode toggle.
  • Card Component:

    • Update components/ui/card.tsx to use Tailwind CSS classes for dark mode support.
    • Replace hardcoded dark mode styles with Tailwind CSS classes.
    • Update text and border colors to use Tailwind CSS classes for dark mode.

Add dark mode toggle functionality and update Card component for dark mode support.

* **Dark Mode Toggle:**
  - Add a button to toggle dark mode in `app/page.tsx`.
  - Implement state and function to handle dark mode toggle.

* **Card Component:**
  - Update `components/ui/card.tsx` to use Tailwind CSS classes for dark mode support.
  - Replace hardcoded dark mode styles with Tailwind CSS classes.
  - Update text and border colors to use Tailwind CSS classes for dark mode.
Base automatically changed from nextjs to main January 24, 2025 13:31
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.

2 participants