Skip to content

Commit 32015c6

Browse files
committed
fix: full width BannerNotification
1 parent 02f5a64 commit 32015c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banners/BannerNotification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const BannerNotification = ({
1414
return (
1515
<aside
1616
className={cn(
17-
"flex items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white [&_a]:text-white [&_a]:hover:text-white/80",
17+
"flex w-full items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white [&_a]:text-white [&_a]:hover:text-white/80",
1818
className
1919
)}
2020
{...props}

0 commit comments

Comments
 (0)