From ce94711f5dde029ef4c2f4e50925419c8a7c7a00 Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Thu, 11 Jan 2024 13:32:06 +0000 Subject: [PATCH] fix(site): fix loading indicator alignment --- 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 96316509ebc6f..c4c9a2db3e84a 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": {