mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix(site): fix loading indicator alignment (#11573)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user