Skip to content

Commit 3695b74

Browse files
fix(site): fix loading indicator alignment (#11573)
1 parent 8a12ee7 commit 3695b74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

site/src/theme/mui.ts

-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ export const components = {
9494
"& .MuiLoadingButton-loadingIndicator": {
9595
width: 14,
9696
height: 14,
97-
// Idk why but I found the loading indicator in the loading buttons
98-
// does not align with the start icon from the regular button so this
99-
// is a visual adjustment.
100-
left: -6,
10197
},
10298

10399
"& .MuiLoadingButton-loadingIndicator .MuiCircularProgress-root": {

0 commit comments

Comments
 (0)