diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-23 19:15:24 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-23 19:15:24 -0700 |
commit | d5dd02b6eb1b71e420e68a72488f08374f04f678 (patch) | |
tree | c0d7c2492b5cb3b5041dc4c6715e4dedbc94df47 /modern/src/common/theme | |
parent | 2f1574900cbd2e272d088ec721c4691f1db9a6f1 (diff) | |
download | trackermap-web-d5dd02b6eb1b71e420e68a72488f08374f04f678.tar.gz trackermap-web-d5dd02b6eb1b71e420e68a72488f08374f04f678.tar.bz2 trackermap-web-d5dd02b6eb1b71e420e68a72488f08374f04f678.zip |
Fix style issue
Diffstat (limited to 'modern/src/common/theme')
-rw-r--r-- | modern/src/common/theme/palette.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modern/src/common/theme/palette.js b/modern/src/common/theme/palette.js index dc9e58e4..6a49ba59 100644 --- a/modern/src/common/theme/palette.js +++ b/modern/src/common/theme/palette.js @@ -1,5 +1,6 @@ -import { amber, grey, green, indigo, red } from '@mui/material/colors'; -import { common } from '@mui/material/colors'; +import { + amber, grey, green, indigo, red, common, +} from '@mui/material/colors'; export default { background: { |