style fixes

This commit is contained in:
Yana
2025-05-14 20:47:26 +03:00
parent ff7671f28a
commit 3186db2915
@@ -303,11 +303,11 @@ export default function AdvancedFilters({
: `${theme.palette.common.white} !important`,
borderColor:
theme.palette.mode === "light"
? theme.palette.grey[400]
? theme.palette.common.black
: theme.palette.common.white,
background: "none",
fontWeight: 500,
fontSize: 20,
fontSize: 16,
"&:hover, &:focus": {
background:
theme.palette.mode === "light"