aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/components.js
diff options
context:
space:
mode:
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: {