adjust surface color for some themes

This commit is contained in:
jeffvli
2025-12-14 14:55:38 -08:00
parent 649f541077
commit d8c46ba7ef
5 changed files with 5 additions and 5 deletions
@@ -20,7 +20,7 @@ export const materialLight: AppThemeConfiguration = {
'state-info': 'rgb(33, 150, 243)',
'state-success': 'rgb(76, 175, 80)',
'state-warning': 'rgb(255, 152, 0)',
surface: 'rgb(255, 255, 255)',
surface: 'rgb(245, 245, 245)',
'surface-foreground': 'rgb(33, 33, 33)',
white: 'rgb(255, 255, 255)',
},