Skip to content

Commit 66262f2

Browse files
committed
Use non-compact style for New Workspace row in FAB menu
1 parent 886019d commit 66262f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/inbox/sidebar/FABPopoverContent/menuItems/NewWorkspaceMenuItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function NewWorkspaceMenuItem() {
5050
description={translate('workspace.new.getTheExpensifyCardAndMore')}
5151
onPress={() => interceptAnonymousUser(() => Navigation.navigate(ROUTES.WORKSPACE_CONFIRMATION.getRoute(Navigation.getActiveRoute())))}
5252
shouldCallAfterModalHide={shouldUseNarrowLayout}
53+
shouldIgnoreCompactStyle
5354
/>
5455
);
5556
}

0 commit comments

Comments
 (0)