From 6ef5b294a60ace3074897e874751782e3f8c1982 Mon Sep 17 00:00:00 2001 From: Damian Morales Date: Fri, 31 May 2024 14:05:00 -0300 Subject: [PATCH] correcciones - crear componente button --- src/components/Button/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button/index.tsx b/src/components/Button/index.tsx index 2306b6c..4f22ed7 100644 --- a/src/components/Button/index.tsx +++ b/src/components/Button/index.tsx @@ -66,7 +66,7 @@ const Button: FC = ({ color = 'primary', iconPosition = 'left', isLoading = false, - value = '', + value = 'Button', icon = null, disabled = false, style,