Skip to content

Commit

Permalink
Fix: Fix Notifications list Margins with the submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
seshto13 committed Aug 24, 2024
1 parent e1196a0 commit f746327
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const NotificationPage = () => {
};

return (
<main className="text-neutral-dark-2">
<main className="px-4 text-neutral-dark-2">
<div className="mx-[24px] mb-[30px] flex w-fit items-center gap-1 md:hidden">
<ChevronLeft size="18" className="text-muted-foreground" />
<span className="font-[600] text-muted-foreground">Notification</span>
Expand Down Expand Up @@ -178,7 +178,7 @@ const NotificationPage = () => {
/>
</section>
</section>
<section className="text-center md:text-end">
<section className="text-end">
<CustomButton
variant="primary"
icon={<Check />}
Expand Down

0 comments on commit f746327

Please sign in to comment.