Skip to content

Commit

Permalink
Updated footer border
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Dec 31, 2024
1 parent f5ddb33 commit 3378387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/drawer/drawer-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DrawerFooter = ( { children, className }: DrawerFooterProps ) => {
'px-5 py-4 flex justify-end gap-3 mt-auto',
{
'bg-background-secondary': design === 'footer-divided',
'border-t border-solid border-border-subtle':
'border-t border-b-0 border-x-0 border-solid border-border-subtle':
design === 'footer-bordered',
},
className
Expand Down

0 comments on commit 3378387

Please sign in to comment.