Skip to content

Commit b2747da

Browse files
committed
Using a larger button for multi-select on web
1 parent 81ab58a commit b2747da

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/Search/SearchBulkActionsButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ function SearchBulkActionsButton({queryJSON}: SearchBulkActionsButtonProps) {
175175
<ButtonWithDropdownMenu
176176
onPress={() => null}
177177
shouldAlwaysShowDropdownMenu
178-
buttonSize={CONST.DROPDOWN_BUTTON_SIZE.SMALL}
179178
customText={selectionButtonText}
180179
options={headerButtonsOptions}
181180
shouldPopoverUseScrollView={popoverUseScrollView}

src/styles/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4901,7 +4901,7 @@ const staticStyles = (theme: ThemeColors) =>
49014901
},
49024902

49034903
searchBulkActionsButton: {
4904-
marginVertical: 3,
4904+
marginVertical: -3,
49054905
},
49064906

49074907
filtersBar: {

0 commit comments

Comments
 (0)