Skip to content

Commit

Permalink
Merge pull request #53 from UoaWDCC/kinzi-fixWebProd
Browse files Browse the repository at this point in the history
Fix Theme Modal set as root
  • Loading branch information
GodYazza authored Aug 10, 2024
2 parents a2ea38d + 4ae43ac commit 3cf5b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/app/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export const theme = createTheme({
}),
Modal: Modal.extend({
styles: (theme) => ({
modal: {
backgroundColor: theme.colors.customCharcoalGrey[0]
root: {
backgroundColor: theme.colors.customCharcoalGrey[0],
},
}),
}),
Expand Down

0 comments on commit 3cf5b4f

Please sign in to comment.