aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/themes/DefaultLight.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/themes/DefaultLight.ts')
-rw-r--r--webui/src/themes/DefaultLight.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/webui/src/themes/DefaultLight.ts b/webui/src/themes/DefaultLight.ts
index bc788a98..9c57ebe5 100644
--- a/webui/src/themes/DefaultLight.ts
+++ b/webui/src/themes/DefaultLight.ts
@@ -4,8 +4,10 @@ const defaultLightTheme = createMuiTheme({
palette: {
type: 'light',
primary: {
- main: '#263238',
+ dark: '#263238',
+ main: '#5a6b73',
light: '#f5f5f5',
+ contrastText: '#fff',
},
info: {
main: '#e2f1ff',