plan card

This commit is contained in:
Manav Rathi
2025-01-31 12:27:58 +05:30
parent 6453c3d243
commit 17b2348fca

View File

@@ -464,17 +464,17 @@ const CustomToggleButton = styled(ToggleButton)(({ theme }) => ({
textTransform: "none",
padding: "12px 16px",
borderRadius: "4px",
width: "97.433px",
minWidth: "98px",
backgroundColor: theme.vars.palette.fill.faint,
border: `1px solid transparent`,
borderColor: "transparent",
color: theme.vars.palette.text.faint,
"&.Mui-selected": {
backgroundColor: theme.vars.palette.accent.main,
color: theme.vars.palette.text.base,
color: theme.vars.palette.accent.contrastText,
},
"&.Mui-selected:hover": {
backgroundColor: theme.vars.palette.accent.main,
color: theme.vars.palette.text.base,
color: theme.vars.palette.accent.contrastText,
},
}));