fix(site): fix loading indicator alignment (#11573)

This commit is contained in:
Bruno Quaresma
2024-01-11 10:53:36 -03:00
committed by GitHub
parent 8a12ee7831
commit 3695b74ab6
-4
View File
@@ -94,10 +94,6 @@ export const components = {
"& .MuiLoadingButton-loadingIndicator": {
width: 14,
height: 14,
// Idk why but I found the loading indicator in the loading buttons
// does not align with the start icon from the regular button so this
// is a visual adjustment.
left: -6,
},
"& .MuiLoadingButton-loadingIndicator .MuiCircularProgress-root": {