diff options
author | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-08-07 17:14:47 +0530 |
---|---|---|
committer | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-08-07 17:14:47 +0530 |
commit | 27f718e72df9300f013a6db78fc2982622772792 (patch) | |
tree | acda3546854a4c5a4910f45a177ad91fd3921a79 /modern/src/map/StatusView.js | |
parent | 8deaba8e1f7511348d734f173b238271fd7b84be (diff) | |
download | trackermap-web-27f718e72df9300f013a6db78fc2982622772792.tar.gz trackermap-web-27f718e72df9300f013a6db78fc2982622772792.tar.bz2 trackermap-web-27f718e72df9300f013a6db78fc2982622772792.zip |
Showing status view on device click
Diffstat (limited to 'modern/src/map/StatusView.js')
-rw-r--r-- | modern/src/map/StatusView.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/modern/src/map/StatusView.js b/modern/src/map/StatusView.js index e37699a0..00d36c50 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', }, |