Skip to content

Commit

Permalink
fix button style
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jun 6, 2024
1 parent 506066b commit babac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function UserMenu({
</a>
</DropdownMenuItem>
<DropdownMenuItem asChild>
<LoginButton color="unstyled" className="transition-none">
<LoginButton className="border-none transition-none shadow-none">
Log in
<DropdownMenuItemRightSlot>
<Icon name="arrowRight" />
Expand Down

0 comments on commit babac9b

Please sign in to comment.