Skip to content

Commit efb98e3

Browse files
authored
Merge pull request #14933 from ethereum/banner-patch
fix: full width BannerNotification
2 parents 5b5bba8 + 32015c6 commit efb98e3

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)