From 2f1574900cbd2e272d088ec721c4691f1db9a6f1 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 23 May 2022 19:10:17 -0700 Subject: Update colors --- modern/src/common/theme/components.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modern/src/common/theme/components.js') 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: { -- cgit v1.2.3