Skip to content

Commit

Permalink
feat(client): increase icon size on button component
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Feb 9, 2025
1 parent fc941d5 commit e86c4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Button = React.forwardRef<
<View className="flex-row">
{Icon ? (
<Icon
size={16}
size={24}
style={animatedStyle}
className={contentVariants({ variant })}
/>
Expand Down

0 comments on commit e86c4ec

Please sign in to comment.