Skip to content

Commit ed27170

Browse files
shawnbortonclaude
andcommitted
Vertically center 'Select all matching items' text with larger bulk actions button
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b2747da commit ed27170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchBulkActionsButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function SearchBulkActionsButton({queryJSON}: SearchBulkActionsButtonProps) {
171171
/>
172172
</View>
173173
) : (
174-
<View style={[styles.flexRow, styles.gap3]}>
174+
<View style={[styles.flexRow, styles.alignItemsCenter, styles.gap3]}>
175175
<ButtonWithDropdownMenu
176176
onPress={() => null}
177177
shouldAlwaysShowDropdownMenu

0 commit comments

Comments
 (0)