diff options
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: { |