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
The dark theme is being updated to have a new color scheme.
Align status and updates with Sana and the updated figma screens
All areas should adequately reflect this, so update colors in tailwind/styled-components/native-base
and make sure the components switch over correctly
NativeBase
- add colors to native-base extended theme
- either apply colors through variants/default props / base style, or use useColorModeValue for a one-time appliance
Tailwind / styled-components
- most of dark theme colors are defined in the base stylesheet so we only have to update the color-codes in theme stylesheet
- make sure the classes are applied correctly to all components, most dark theme is done through styled-components CSS
WildCard todo:
Rules:
only when it doesn't take a lot of time (< 10 min)
only when it is UI and no back-end logic has to be changed
- wherever possible see if a component can be updated to a native-base one
The text was updated successfully, but these errors were encountered:
The dark theme is being updated to have a new color scheme.
Align status and updates with Sana and the updated figma screens
All areas should adequately reflect this, so update colors in tailwind/styled-components/native-base
and make sure the components switch over correctly
NativeBase
Tailwind / styled-components
WildCard todo:
Rules:
The text was updated successfully, but these errors were encountered: