Skip to content

Commit b79fcc5

Browse files
committed
refactor: improve tip visibility on light mode
1 parent e8893af commit b79fcc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/(marketing)/_components/header.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ export const Header = () => {
2727
<div className="container mx-auto flex h-16 max-w-5xl items-center justify-between px-4 md:px-6 lg:px-8">
2828
<Link href="/" className="flex items-center justify-center gap-2">
2929
<Image src="/logo.svg" className="dark:invert" alt="Clothify" height={96} width={96} />
30-
<span className="rounded-full bg-blue-500 px-2 py-0.5 text-sm font-bold">Beta</span>
30+
<span className="rounded-full bg-blue-500 px-2 py-0.5 text-sm font-semibold text-white">
31+
Beta
32+
</span>
3133
</Link>
3234

3335
<div className="flex items-center gap-4">

0 commit comments

Comments
 (0)