цвета выпадашки

This commit is contained in:
Tamara 2024-03-13 03:10:08 +03:00
parent 6f5a641053
commit bc7a3398fb
2 changed files with 6 additions and 3 deletions

@ -22,7 +22,7 @@ export default function ArrowDownIcon(
}}
>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M19.5 9L12 16.5L4.5 9" stroke={color} strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
<path d="M19.5 9L12 16.5L4.5 9" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
</svg>
</Box>
);

@ -88,6 +88,9 @@ export const Select = ({
height: "48px",
borderRadius: "10px",
},
"& .MuiSelect-icon": {
color: theme.palette.primary.main
}
}}
MenuProps={{
PaperProps: {
@ -106,7 +109,7 @@ export const Select = ({
flexDirection: "column",
gap: "8px",
"& .Mui-selected": {
backgroundColor: theme.palette.background.default,
backgroundColor: "#F2F3F7",
color: colorMain,
},
},
@ -114,7 +117,7 @@ export const Select = ({
}}
inputProps={{
sx: {
color: colorMain,
color: theme.palette.text.primary,
display: "block",
px: "9px",
gap: "20px",