Skip to content

Commit

Permalink
fix(global): 🐛 change the coreicon more_horiz to clear_all which was …
Browse files Browse the repository at this point in the history
…previouly given

the coreicon more_horiz to clear_all which was there previouly was been required is solved

Ref: #373
  • Loading branch information
arkaprota committed Sep 23, 2024
1 parent 3732636 commit a4885b6
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 @@ -18,7 +18,7 @@ export default function NotificationPopOver() {
<CoreTypographyBody1 styleClasses={[CoreClasses.MARGIN.MB0]}>Notifications</CoreTypographyBody1>

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

Expand Down

0 comments on commit a4885b6

Please sign in to comment.