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, 4 insertions, 0 deletions
diff --git a/webui/src/themes/DefaultLight.ts b/webui/src/themes/DefaultLight.ts
index 898bd0bc..735600b5 100644
--- a/webui/src/themes/DefaultLight.ts
+++ b/webui/src/themes/DefaultLight.ts
@@ -10,6 +10,10 @@ const defaultLightTheme = createMuiTheme({
info: {
main: '#e2f1ff',
},
+ success: {
+ main: '#2ea44fd9',
+ contrastText: '#fff',
+ },
text: {
secondary: '#555',
},