Skip to content

Commit

Permalink
fix(core): 🐛 remove the sx
Browse files Browse the repository at this point in the history
remove the sx property

Ref: #373
  • Loading branch information
arkaprota committed Oct 22, 2024
1 parent 820210e commit 45a8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/components/utils/NotificationPopOver.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function NotificationPopOver() {

<CoreBox styleClasses={[CoreClasses.POPOVER.CONTENT]}>
<CoreTypographyBody1
sx={{ minWidth: "350px" }}
minWidth={350}
styleClasses={[CoreClasses.MARGIN.MY4, CoreClasses.PADDING.PX5]}
>
No new notifications
Expand Down

0 comments on commit 45a8b89

Please sign in to comment.