We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce774c commit e9049a7Copy full SHA for e9049a7
react-kit/src/lib/components/CenteredCircularProgress.tsx
@@ -8,7 +8,7 @@ import { CircularProgress } from '@mui/material';
8
*/
9
export function CenteredCircularProgress() {
10
return (
11
- <div style={{ margin: '1.5rem' }} className="custom-flex-justify-center">
+ <div style={{ margin: '1.5rem' }} className="app-flex-justify-center">
12
<CircularProgress />
13
</div>
14
);
0 commit comments