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 8e946cd commit d1153c6Copy full SHA for d1153c6
frontends/main/src/app-pages/DashboardPage/CoursewareDisplay/DashboardDialogs.tsx
@@ -5,7 +5,7 @@ import {
5
FormDialog,
6
DialogActions,
7
Stack,
8
- CircularProgress,
+ LoadingSpinner,
9
} from "ol-components"
10
import { Button, Checkbox, Alert } from "@mitodl/smoot-design"
11
@@ -17,7 +17,7 @@ const BoldText = styled.span(({ theme }) => ({
17
...theme.typography.subtitle1,
18
}))
19
20
-const ButtonCircularProgress = styled(CircularProgress)({
+const ButtonCircularProgress = styled(LoadingSpinner)({
21
marginLeft: "8px",
22
})
23
0 commit comments