Skip to content

Commit e9049a7

Browse files
committed
fix: update class name for better alignment in CenteredCircularProgress
1 parent 2ce774c commit e9049a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-kit/src/lib/components/CenteredCircularProgress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { CircularProgress } from '@mui/material';
88
*/
99
export function CenteredCircularProgress() {
1010
return (
11-
<div style={{ margin: '1.5rem' }} className="custom-flex-justify-center">
11+
<div style={{ margin: '1.5rem' }} className="app-flex-justify-center">
1212
<CircularProgress />
1313
</div>
1414
);

0 commit comments

Comments
 (0)