Skip to content

Commit

Permalink
fix: modal csx bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Feb 28, 2022
1 parent fab71b3 commit f36bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const useStyles = createStyle((theme) => {
* Setting color on assuming theme type.
*/
color: _color,
...getThemeCSSObject(csx.root, theme)
...getThemeCSSObject(csx.content, theme)
}
}
}
Expand Down

0 comments on commit f36bdc8

Please sign in to comment.