Add a dark class name to the design tokens to facilitate dark mode implementation across the project. This task aims to enable mobile to use CSS variables with NativeWind and allow for light and dark mode.
Technical Details
Introduce a dark class name in the design tokens configuration.
Ensure that the dark mode styles are correctly applied when the dark class is used.
Acceptance Criteria
The dark class name should be added to the design tokens.
The dark class should correctly apply dark mode styles across all relevant UI components.
Description
Add a
dark
class name to the design tokens to facilitate dark mode implementation across the project. This task aims to enable mobile to use CSS variables with NativeWind and allow for light and dark mode.Technical Details
dark
class name in the design tokens configuration.dark
class is used.Acceptance Criteria
dark
class name should be added to the design tokens.dark
class should correctly apply dark mode styles across all relevant UI components.References