Skip to content

Commit

Permalink
correcciones - crear componente button
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Morales committed May 31, 2024
1 parent 510f588 commit 6ef5b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Button: FC<ButtonProps> = ({
color = 'primary',
iconPosition = 'left',
isLoading = false,
value = '',
value = 'Button',
icon = null,
disabled = false,
style,
Expand Down

0 comments on commit 6ef5b29

Please sign in to comment.