diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-04 13:56:25 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-04 20:54:04 +0100 |
commit | 41c3e6ed043a153f2a995c09b8e6261d71f6c155 (patch) | |
tree | 4055b7d83f3587a505c078514d931131e77425df /webui | |
parent | 288448b64b02be934b80c62a38f607048ccb4a61 (diff) | |
download | git-bug-41c3e6ed043a153f2a995c09b8e6261d71f6c155.tar.gz |
Use Green color from Light theme
Diffstat (limited to 'webui')
-rw-r--r-- | webui/src/themes/DefaultDark.ts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webui/src/themes/DefaultDark.ts b/webui/src/themes/DefaultDark.ts index 77871a51..27170ff0 100644 --- a/webui/src/themes/DefaultDark.ts +++ b/webui/src/themes/DefaultDark.ts @@ -14,10 +14,9 @@ const defaultDarkTheme = createMuiTheme({ info: { main: '#2a393e', }, - }, - typography: { - button: { - textTransform: 'none', + success: { + main: '#2ea44fd9', + contrastText: '#fff', }, }, }); |