We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbe42c commit 7d8e288Copy full SHA for 7d8e288
1 file changed
app/configurator/components/field.tsx
@@ -849,7 +849,7 @@ export const ColorPickerField = ({
849
export const LoadingIndicator = () => {
850
const classes = useStyles();
851
852
- return <CircularProgress size={12} className={classes.loadingIndicator} />;
+ return <CircularProgress size={16} className={classes.loadingIndicator} />;
853
};
854
855
export const FieldLabel = ({
0 commit comments