Skip to content

Commit 98f372d

Browse files
committed
fix: live badge text color
1 parent 542b8ea commit 98f372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/header/internal/SiteOwnerAvatar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const SiteOwnerAvatar: Component = ({ className }) => {
5959
/>
6060
{isLiving && (
6161
<>
62-
<p className="absolute bottom-0 right-0 z-[1] rounded-md bg-red-400 p-1 font-[system-ui] text-[6px] dark:bg-orange-700">
62+
<p className="absolute bottom-0 right-0 z-[1] rounded-md bg-red-400 p-1 font-[system-ui] text-[6px] text-white dark:bg-orange-700">
6363
LIVE
6464
</p>
6565

0 commit comments

Comments
 (0)