diff --git a/Client/src/Utils/Theme/globalTheme.js b/Client/src/Utils/Theme/globalTheme.js index 1df586dc4..2effdb1f8 100644 --- a/Client/src/Utils/Theme/globalTheme.js +++ b/Client/src/Utils/Theme/globalTheme.js @@ -93,6 +93,20 @@ const baseTheme = (palette) => ({ "&:hover": { boxShadow: "none", }, + "&.MuiLoadingButton-root": { + "&:disabled": { + backgroundColor: theme.palette.secondary.main, + color: theme.palette.text.primary, + }, + }, + "&.MuiLoadingButton-loading": { + "& .MuiLoadingButton-label": { + color: "transparent", + }, + "& .MuiLoadingButton-loadingIndicator": { + color: "inherit", + }, + }, }), }, },