diff --git a/src/app/lib/theme.tsx b/src/app/lib/theme.tsx index 26850b9f..dae43b3e 100644 --- a/src/app/lib/theme.tsx +++ b/src/app/lib/theme.tsx @@ -91,5 +91,10 @@ export const THEME_OVERRIDES: ThemeOptions = { }), }, }, + MuiButton: { + defaultProps: { + loadingPosition: 'start', + }, + }, }, };