Skip to content

Commit

Permalink
style: ユーザーボタンのサイズを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
namidapoo committed Jan 2, 2025
1 parent 88ab017 commit 5414da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/recap/components/user-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export const UserButton: FC = () => {
<DropdownMenuTrigger asChild>
<Button
variant="ghost"
className="relative h-10 w-10 border rounded-full"
className="relative h-8 w-8 border rounded-full"
>
<Avatar className="h-9 w-9">
<Avatar className="h-8 w-8">
{session.user.image && (
<AvatarImage
src={session.user.image}
Expand Down

0 comments on commit 5414da0

Please sign in to comment.