aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/themes/DefaultDark.ts
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-04 13:56:25 +0100
committerSascha <GlancingMind@outlook.com>2021-03-04 20:54:04 +0100
commit41c3e6ed043a153f2a995c09b8e6261d71f6c155 (patch)
tree4055b7d83f3587a505c078514d931131e77425df /webui/src/themes/DefaultDark.ts
parent288448b64b02be934b80c62a38f607048ccb4a61 (diff)
downloadgit-bug-41c3e6ed043a153f2a995c09b8e6261d71f6c155.tar.gz
Use Green color from Light theme
Diffstat (limited to 'webui/src/themes/DefaultDark.ts')
-rw-r--r--webui/src/themes/DefaultDark.ts7
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',
},
},
});