Skip to content

Commit

Permalink
fix: live badge text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Oct 1, 2023
1 parent 542b8ea commit 98f372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/header/internal/SiteOwnerAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const SiteOwnerAvatar: Component = ({ className }) => {
/>
{isLiving && (
<>
<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">
LIVE
</p>

Expand Down

1 comment on commit 98f372d

@vercel
Copy link

@vercel vercel bot commented on 98f372d Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
innei.in
shiro-git-main-innei.vercel.app
springtide.vercel.app

Please sign in to comment.