Open francelu opened 2 days ago
CreateAlertScreen
's location field's label probably has some kind of non transparent background. Figma hasn't been changed yet for the drop down menu.Screen | Light Theme | Dark Theme |
---|---|---|
SignInScreen |
||
SignUpScreen |
||
CreateProfileScreen |
||
ProfileScreen |
||
EditProfileScreen |
||
CreateAlertScreen |
||
AlertListsScreen - My alerts empty |
||
AlertListsScreen - My alerts no empty |
||
AlertListsScreen - Pals' alerts empty |
||
AlertListsScreen - Pals' alerts non empty |
||
MapScreen |
||
TimerScreen |
Discovered the Material Theme Builder website has components "previews".
Screen | Light | Dark |
---|---|---|
SignInScreen |
||
SignUpScreen |
||
CreateProfileScreen |
||
ProfileScreen |
||
EditProfileScreen |
||
CreateAlertScreen |
||
AlertListsScreen - My alerts (empty) |
||
AlertListsScreen - My alerts (non-empty) |
||
AlertListsScreen - Pals' alerts (empty) |
||
AlertListsScreen - Pals' alerts (non-empty) |
||
MapScreen |
||
TimerScreen |
I don't how to change Map's colour, not a regular component.
Make app readable in light and dark mode
Goal
Ensure all existing components use consistent colour variables by applying the
ColorScheme
object, and align these colours with any existing Figma design specifications.Steps
Review Existing Components:
Apply
ColorScheme
Object:ColorScheme
object across components where applicable.ColorScheme
.Align with Figma Designs:
Done Criteria
ColorScheme
object is consistently applied across all relevant components.