feat: adjust light_theme grey color

This commit is contained in:
Sonny
2024-06-02 23:59:01 +02:00
committed by Sonny
parent c20dd4651c
commit d7381ed92a

View File

@@ -18,11 +18,11 @@ export const darkTheme: Theme = {
primary: '#4fadfc',
secondary: '#323a47',
black: '#333',
black: '#333333',
white: '#ffffff',
lightGrey: '#323a47',
grey: '#999999',
grey: '#aaaaaa',
lightestBlue,
lightBlue,