Fix: Disabled button color theme

This commit is contained in:
Aryaman Kumar Sharma
2025-02-06 10:48:14 +05:30
parent 1d292b9553
commit 263427dab3

View File

@@ -130,7 +130,7 @@ const baseTheme = (palette) => ({
},
"&.Mui-disabled": {
backgroundColor: theme.palette.secondary.main,
color: theme.palette.primary.main,
color: theme.palette.primary.contrastText,
},
"&.MuiLoadingButton-root": {
"&:disabled": {