Skip to content

Commit

Permalink
fix: alert progress indicator theme style (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Jun 7, 2024
1 parent 7fcb544 commit 8fc7e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/common/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ export const MuiCircularProgress = (
color: "alert",
},
style: {
backgroundColor: theme.palette.alert.main,
color: theme.palette.alert.main,
},
},
],
Expand Down

0 comments on commit 8fc7e1a

Please sign in to comment.