Skip to content

Commit

Permalink
Merge pull request #149 from citrushack/dev
Browse files Browse the repository at this point in the history
👔 colorrsss
  • Loading branch information
minsooerickim authored Apr 24, 2023
2 parents fd8015c + d9da4ab commit c32c1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/UserBar/UserDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function UserDropdown() {
session.user.qualified === 'yeah' &&
(!session.user.checkedIn ? (
<>
<span className="flex text-center font-semibold text-sub-bright text-sm">
<span className="flex text-center font-semibold text-sub-bright text-sm bg-red-400">
You Haven&apos;t Checked-In
<BiHelpCircle
className="text-sub-highlight hover:text-highlight cursor-pointer"
Expand All @@ -163,7 +163,7 @@ export function UserDropdown() {
</Link>
</>
) : (
<div className="w-full py-1.5 text-center rounded-md bg-sub font-semibold">
<div className="w-full py-1.5 text-center rounded-md bg-[#9DC300] font-semibold">
Checked-In
</div>
))}
Expand Down

1 comment on commit c32c1fe

@vercel
Copy link

@vercel vercel bot commented on c32c1fe Apr 24, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.