Open mariiaovs opened 6 months ago
As a family member,
I want to switch the app to dark mode,
so that I can reduce eye strain and improve visibility, especially in low-light environments
feature/dark-mode
styles.js
ThemeProvider
_app.js
input
Header
Looking good!
Dark mode
Value Proposition
As a family member,
I want to switch the app to dark mode,
so that I can reduce eye strain and improve visibility, especially in low-light environments
Description
Acceptance Criteria
Tasks
feature/dark-mode
styles.js
ThemeProvider
and theme - objecte in_app.js
and use them there to apply a themeinput
to toggle theme, style it and render it inHeader
Component