aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/StatusView.js
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-08-07 17:14:47 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-08-07 17:14:47 +0530
commit27f718e72df9300f013a6db78fc2982622772792 (patch)
treeacda3546854a4c5a4910f45a177ad91fd3921a79 /modern/src/map/StatusView.js
parent8deaba8e1f7511348d734f173b238271fd7b84be (diff)
downloadetbsa-traccar-web-27f718e72df9300f013a6db78fc2982622772792.tar.gz
etbsa-traccar-web-27f718e72df9300f013a6db78fc2982622772792.tar.bz2
etbsa-traccar-web-27f718e72df9300f013a6db78fc2982622772792.zip
Showing status view on device click
Diffstat (limited to 'modern/src/map/StatusView.js')
-rw-r--r--modern/src/map/StatusView.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/modern/src/map/StatusView.js b/modern/src/map/StatusView.js
index e37699a..00d36c5 100644
--- a/modern/src/map/StatusView.js
+++ b/modern/src/map/StatusView.js
@@ -25,15 +25,7 @@ const useStyles = makeStyles((theme) => ({
paper: {
width: '300px',
},
- green: {
- color: theme.palette.common.green,
- },
- red: {
- color: theme.palette.common.red,
- },
- gray: {
- color: theme.palette.common.gray,
- },
+ ...theme.palette.colors,
listItemContainer: {
maxWidth: '240px',
},