feat: apply styleOverrides for MuiSelect in base theme

This commit is contained in:
karenvicent
2025-07-15 14:39:41 -04:00
parent 35c59dc53b
commit 5a2626b38b

View File

@@ -553,6 +553,13 @@ const baseTheme = (palette) => ({
"&:hover .MuiOutlinedInput-notchedOutline": {
borderColor: theme.palette.primary.lowContrast,
},
"& .MuiSelect-select": {
padding: "0 13px",
minHeight: "34px",
display: "flex",
alignItems: "center",
lineHeight: 1,
},
}),
},
},