From 95ee7de17daf6047519706efc343baed3723777f Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Tue, 25 Jun 2024 15:54:08 +0530 Subject: [PATCH] add + icon for new workspace button. Signed-off-by: Krishna Gupta --- src/pages/workspace/WorkspacesListPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/workspace/WorkspacesListPage.tsx b/src/pages/workspace/WorkspacesListPage.tsx index 7624fe7e0aae..53db6c4a347a 100755 --- a/src/pages/workspace/WorkspacesListPage.tsx +++ b/src/pages/workspace/WorkspacesListPage.tsx @@ -361,6 +361,7 @@ function WorkspacesListPage({policies, reimbursementAccount, reports, session}: medium text={translate('workspace.new.newWorkspace')} onPress={() => interceptAnonymousUser(() => App.createWorkspaceWithPolicyDraftAndNavigateToIt())} + icon={Expensicons.Plus} style={[isSmallScreenWidth && styles.flexGrow1, isSmallScreenWidth && styles.mb3]} /> );