Skip to content

Commit d1153c6

Browse files
committed
fix issues after rebase
1 parent 8e946cd commit d1153c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontends/main/src/app-pages/DashboardPage/CoursewareDisplay/DashboardDialogs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
FormDialog,
66
DialogActions,
77
Stack,
8-
CircularProgress,
8+
LoadingSpinner,
99
} from "ol-components"
1010
import { Button, Checkbox, Alert } from "@mitodl/smoot-design"
1111

@@ -17,7 +17,7 @@ const BoldText = styled.span(({ theme }) => ({
1717
...theme.typography.subtitle1,
1818
}))
1919

20-
const ButtonCircularProgress = styled(CircularProgress)({
20+
const ButtonCircularProgress = styled(LoadingSpinner)({
2121
marginLeft: "8px",
2222
})
2323

0 commit comments

Comments
 (0)