You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on enabling a dark-mode toggle, the dashboard components (Sidebar, TopHeader, cards) need dark-variant Tailwind classes defined so toggling dark mode actually changes appearance instead of being a no-op.
Acceptance Criteria
Tailwind dark: variants added for background, text, and border colors on Sidebar.tsx, TopHeader.tsx, and OverviewCards.tsx
Context
Following up on enabling a dark-mode toggle, the dashboard components (Sidebar, TopHeader, cards) need dark-variant Tailwind classes defined so toggling dark mode actually changes appearance instead of being a no-op.
Acceptance Criteria