Skip to content

Commit

Permalink
Fix ModuleAvatar icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-moreno committed Nov 29, 2024
1 parent 1f59281 commit f7dd489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/experimental/Information/ModuleAvatar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const iconSizeVariants = cva(
{
variants: {
size: {
sm: "h-3 w-3",
md: "h-4 w-4",
sm: "h-[14px] w-[14px]",
md: "h-[18px] w-[18px]",
lg: "h-6 w-6",
},
},
Expand Down

0 comments on commit f7dd489

Please sign in to comment.