From 3695b74ab63ce78c2b08dda1309a8b989f85e47f Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 11 Jan 2024 10:53:36 -0300 Subject: [PATCH] fix(site): fix loading indicator alignment (#11573) --- site/src/theme/mui.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/src/theme/mui.ts b/site/src/theme/mui.ts index 96316509eb..c4c9a2db3e 100644 --- a/site/src/theme/mui.ts +++ b/site/src/theme/mui.ts @@ -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": {