We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542b8ea commit 98f372dCopy full SHA for 98f372d
src/components/layout/header/internal/SiteOwnerAvatar.tsx
@@ -59,7 +59,7 @@ export const SiteOwnerAvatar: Component = ({ className }) => {
59
/>
60
{isLiving && (
61
<>
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">
+ <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">
63
LIVE
64
</p>
65
0 commit comments