aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/components.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-23 19:10:17 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-23 19:10:17 -0700
commit2f1574900cbd2e272d088ec721c4691f1db9a6f1 (patch)
tree77fcee7d8bd664d84e29b3cb9a456265e22c813b /modern/src/common/theme/components.js
parenta9e4b71b7263beeaee68dc21223c8ea07c7961e3 (diff)
downloadtrackermap-web-2f1574900cbd2e272d088ec721c4691f1db9a6f1.tar.gz
trackermap-web-2f1574900cbd2e272d088ec721c4691f1db9a6f1.tar.bz2
trackermap-web-2f1574900cbd2e272d088ec721c4691f1db9a6f1.zip
Update colors
Diffstat (limited to 'modern/src/common/theme/components.js')
-rw-r--r--modern/src/common/theme/components.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/modern/src/common/theme/components.js b/modern/src/common/theme/components.js
index 9010626a..97643622 100644
--- a/modern/src/common/theme/components.js
+++ b/modern/src/common/theme/components.js
@@ -1,4 +1,13 @@
+import { grey } from '@mui/material/colors';
+
export default {
+ MuiOutlinedInput: {
+ styleOverrides: {
+ root: {
+ backgroundColor: grey[50],
+ },
+ },
+ },
MuiButton: {
styleOverrides: {
sizeMedium: {