From f85ed522e7907338b5b608e440ebdf8c591a7a3e Mon Sep 17 00:00:00 2001 From: aroravaibhav Date: Mon, 23 Feb 2026 19:30:32 +0530 Subject: [PATCH 1/4] fix: Empty Component button width --- src/components/EmptyStateComponent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EmptyStateComponent/index.tsx b/src/components/EmptyStateComponent/index.tsx index 1c974808ab4f0..abe259a594150 100644 --- a/src/components/EmptyStateComponent/index.tsx +++ b/src/components/EmptyStateComponent/index.tsx @@ -127,7 +127,7 @@ function EmptyStateComponent({ customText={buttonText} options={dropDownOptions} isSplitButton={false} - style={[styles.flex1, style]} + style={[styles.flex1, style, buttons.length === 1 && styles.alignItemsCenter]} /> ) : (