Skip to content

Commit

Permalink
fix(core): 🐛 notificationpopover is design is completed properly
Browse files Browse the repository at this point in the history
notificationpopover has been fixed

Ref: #373
  • Loading branch information
arkaprota committed Sep 17, 2024
1 parent 0daad98 commit 3732636
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package/components/utils/NotificationPopOver.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ export default function NotificationPopOver() {
<>
<CoreBox styleClasses={[CoreClasses.POPOVER.CONTENT]}>
<CoreBox
styleClasses={[CoreClasses?.FLEX?.DIRECTION_ROW, CoreClasses.ALIGNMENT.JUSTIFY_CONTENT_SPACE_BETWEEN, CoreClasses.LAYOUT.VERTICAL_CENTER]}
styleClasses={[CoreClasses.DISPLAY.FLEX, CoreClasses.ALIGNMENT.JUSTIFY_CONTENT_SPACE_BETWEEN, CoreClasses.ALIGNMENT.ALIGN_ITEMS_CENTER]}
>
<CoreTypographyBody1>Notifications</CoreTypographyBody1>
<CoreTypographyBody1 styleClasses={[CoreClasses.MARGIN.MB0]}>Notifications</CoreTypographyBody1>

<CoreIconButton disabled>
<CoreIcon>clear_all</CoreIcon>
<CoreIcon>more_horiz</CoreIcon>
</CoreIconButton>
</CoreBox>

<CoreDivider />
</CoreBox>

<CoreDivider styleClasses={[CoreClasses.MARGIN.M0]}/>

<CoreBox styleClasses={[CoreClasses.POPOVER.CONTENT]}>
<CoreTypographyBody1
sx={{ minWidth: "350px" }}
Expand Down

0 comments on commit 3732636

Please sign in to comment.