Skip to content

Commit

Permalink
fix: fixed bell icon alignment for empty section (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 authored Dec 11, 2023
1 parent e7f811f commit 96a6549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/NotificationEmptySection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const EmptyNotifications = () => {
variant="light"
id="bell-icon"
iconClassNames="text-primary-500"
className="ml-4 mr-1 notification-button notification-lg-bell-icon"
className="ml-4 mr-1 notification-button notification-lg-bell-icon pl-2"
data-testid="notification-bell-icon"
/>
<div className="mx-auto mt-3.5 mb-3 font-size-22 notification-end-title line-height-24">
Expand Down

0 comments on commit 96a6549

Please sign in to comment.