aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-08 09:03:26 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-08 09:03:26 -0700
commitf5313f895c29aae18afbc084c965b8ace37833ff (patch)
tree8ef1de78d522e9bee55643f15ec6ba1190b2fa06 /modern/src/theme
parent61d616f1f5851ebea1b61fcfe1c907902771573f (diff)
downloadtrackermap-web-f5313f895c29aae18afbc084c965b8ace37833ff.tar.gz
trackermap-web-f5313f895c29aae18afbc084c965b8ace37833ff.tar.bz2
trackermap-web-f5313f895c29aae18afbc084c965b8ace37833ff.zip
Update table styles
Diffstat (limited to 'modern/src/theme')
-rw-r--r--modern/src/theme/palette.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/modern/src/theme/palette.js b/modern/src/theme/palette.js
index 4b07dff5..02261950 100644
--- a/modern/src/theme/palette.js
+++ b/modern/src/theme/palette.js
@@ -3,11 +3,12 @@ export default {
main: '#1a237e',
},
secondary: {
- main: '#4CAF50',
- contrastText: '#FFFFFF',
+ main: '#4caf50',
+ contrastText: '#ffffff',
},
colors: {
- positive: '#4CAF50',
+ white: '#ffffff',
+ positive: '#4caf50',
medium: '#ffa000',
negative: '#f44336',
neutral: '#9e9e9e',