fix: adding background disabled

This commit is contained in:
Caio Cabral
2024-12-02 21:27:42 -05:00
parent a4d64d8e05
commit 972fbd5571

View File

@@ -93,6 +93,10 @@ const baseTheme = (palette) => ({
"&:hover": {
boxShadow: "none",
},
"&.MuiLoadingButton-root:disabled": {
backgroundColor: theme.palette.secondary.main,
color: theme.palette.text.primary,
},
}),
},
},