We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324c3b2 commit 6bb8658Copy full SHA for 6bb8658
src/components/Banners/BannerNotification.tsx
@@ -14,7 +14,7 @@ const BannerNotification = ({
14
return (
15
<aside
16
className={cn(
17
- "flex items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white ring [&_a]:text-white [&_a]:hover:text-white/80",
+ "flex items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white [&_a]:text-white [&_a]:hover:text-white/80",
18
className
19
)}
20
{...props}
0 commit comments