aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-04-17 17:56:11 -0700
committerAnton Tananaev <anton@traccar.org>2022-04-17 17:56:11 -0700
commitf31fe1395f778a3b61c783b7834b67bc2f26851c (patch)
tree51c9b59d1eb05f183775633d67bde7a42ab43fe2 /modern/src/theme
parent9ff90e79d84bc09347697907d092cc4c7402715a (diff)
downloadtrackermap-web-f31fe1395f778a3b61c783b7834b67bc2f26851c.tar.gz
trackermap-web-f31fe1395f778a3b61c783b7834b67bc2f26851c.tar.bz2
trackermap-web-f31fe1395f778a3b61c783b7834b67bc2f26851c.zip
Improve device list icons
Diffstat (limited to 'modern/src/theme')
-rw-r--r--modern/src/theme/palette.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/theme/palette.js b/modern/src/theme/palette.js
index 46f82ae9..d24d60cc 100644
--- a/modern/src/theme/palette.js
+++ b/modern/src/theme/palette.js
@@ -8,6 +8,7 @@ export default {
},
colors: {
positive: '#4CAF50',
+ medium: '#F3A813',
negative: '#CC2222',
neutral: '#888888',
},