Use Green color from Light theme

Sascha created

Change summary

webui/src/themes/DefaultDark.ts | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Detailed changes

webui/src/themes/DefaultDark.ts 🔗

@@ -14,10 +14,9 @@ const defaultDarkTheme = createMuiTheme({
     info: {
       main: '#2a393e',
     },
-  },
-  typography: {
-    button: {
-      textTransform: 'none',
+    success: {
+      main: '#2ea44fd9',
+      contrastText: '#fff',
     },
   },
 });