mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-10 03:39:44 -06:00
Feat: Filters UI
This commit is contained in:
@@ -57,6 +57,14 @@ const FilterHeader = ({ header, options, value, onChange, multiple = true }) =>
|
||||
horizontal: "left",
|
||||
},
|
||||
}}
|
||||
sx={{
|
||||
"& .MuiOutlinedInput-input": {
|
||||
paddingLeft: theme.spacing(14),
|
||||
},
|
||||
"& .MuiSelect-icon": {
|
||||
left: theme.spacing(4),
|
||||
},
|
||||
}}
|
||||
>
|
||||
{options.map((option) => (
|
||||
<MenuItem
|
||||
|
||||
@@ -477,7 +477,6 @@ const baseTheme = (palette) => ({
|
||||
root: ({ theme }) => ({
|
||||
"& .MuiOutlinedInput-input": {
|
||||
color: theme.palette.primary.contrastText,
|
||||
paddingLeft: theme.spacing(14),
|
||||
},
|
||||
"& .MuiOutlinedInput-notchedOutline": {
|
||||
borderColor: theme.palette.primary.lowContrast,
|
||||
@@ -485,7 +484,6 @@ const baseTheme = (palette) => ({
|
||||
},
|
||||
"& .MuiSelect-icon": {
|
||||
color: theme.palette.primary.contrastTextSecondary, // Dropdown + color
|
||||
left: theme.spacing(4),
|
||||
},
|
||||
"&:hover": {
|
||||
backgroundColor: theme.palette.primary.main, // Background on hover
|
||||
|
||||
Reference in New Issue
Block a user