aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/StatusView.js
diff options
context:
space:
mode:
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',
},