Skip to content

Commit

Permalink
fixed border of status badge (#8568)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerRich authored Apr 30, 2023
1 parent 221c8b7 commit ea67690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/features/shell/Shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ function UserDropdown({ small }: { small?: boolean }) {
/>
}
{!user.away && (
<div className="absolute bottom-0 right-0 h-3 w-3 rounded-full border-2 border-white bg-green-500" />
<div className="absolute bottom-0 right-0 h-3 w-3 rounded-full border-2 border-muted bg-green-500" />
)}
{user.away && (
<div className="absolute bottom-0 right-0 h-3 w-3 rounded-full border-2 border-white bg-yellow-500" />
<div className="absolute bottom-0 right-0 h-3 w-3 rounded-full border-2 border-muted bg-yellow-500" />
)}
</span>
{!small && (
Expand Down

1 comment on commit ea67690

@vercel
Copy link

@vercel vercel bot commented on ea67690 Apr 30, 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:

ui – ./apps/storybook

cal-com-storybook.vercel.app
ui-cal.vercel.app
ui-git-main-cal.vercel.app
www.timelessui.com
timelessui.com
ui.cal.com

Please sign in to comment.