From 5d61d3314c7b9d4596f3aa15eadd99d906f8b71c Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 20 Aug 2024 09:15:43 -0400 Subject: [PATCH] use large button --- src/components/EmptyStateComponent/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/EmptyStateComponent/index.tsx b/src/components/EmptyStateComponent/index.tsx index 16ac51fba2e77..6fcee2290d2bf 100644 --- a/src/components/EmptyStateComponent/index.tsx +++ b/src/components/EmptyStateComponent/index.tsx @@ -96,6 +96,7 @@ function EmptyStateComponent({ onPress={buttonAction} text={buttonText} style={[styles.mt5]} + large /> )}