diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-03 17:49:53 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-04 20:54:04 +0100 |
commit | 8e8ca99bd5f72de60f6e0e1b334f33312cab5388 (patch) | |
tree | 506778b24554f62f4acbba9e8faee22321a7e5bc /webui/src/themes/DefaultLight.ts | |
parent | c24b7370f484e89662283a52b66e34940f972cf6 (diff) | |
download | git-bug-8e8ca99bd5f72de60f6e0e1b334f33312cab5388.tar.gz |
Use colors from theme palette
- Use theme colors for title input.
- Remove inputTitle classes as they are not applied to the TextField.
This will lead to double borders and artifacts at the field corners.
Diffstat (limited to 'webui/src/themes/DefaultLight.ts')
-rw-r--r-- | webui/src/themes/DefaultLight.ts | 4 |
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', }, |