This commit is contained in:
Manav Rathi
2025-01-15 15:38:00 +05:30
parent f61ba74797
commit fc81dd9df3

View File

@@ -587,7 +587,7 @@ const DisabledPlanButton = styled((props: ButtonProps) => (
))(({ theme }) => ({
"&.Mui-disabled": {
backgroundColor: "transparent",
color: theme.colors.text.base,
color: theme.vars.palette.text.muted,
},
}));