Skip to content

Commit

Permalink
Tweak size (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho authored Aug 15, 2024
1 parent 2630531 commit 053cc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface IconProps {
/**
* - `sm`: 16px square
* - `md`: 24px square
* - `lg`: 48px square
* - `lg`: 32px square
*/
size: IconSize;
/**
Expand All @@ -36,7 +36,7 @@ const PROPS_BY_SIZE: Record<IconSize, ComponentProps<LucideIcon>> = {
strokeWidth: 1.5,
},
lg: {
size: 48,
size: 32,
strokeWidth: 2,
},
};
Expand Down

0 comments on commit 053cc39

Please sign in to comment.