Skip to content

Commit 0a8cd50

Browse files
committed
Adjust Search component TextInput height for improved usability
1 parent 1fe28e1 commit 0a8cd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Search.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Search({ onChangeText, value, ...all }: TextInputProps)
3030
<TextInput
3131
ref={ref}
3232
className='flex-1 p-3 text-zinc-800 dark:text-zinc-200'
33-
style={[SEMIBOLD, { fontSize: 13, marginBottom: 1 }]}
33+
style={[SEMIBOLD, { fontSize: 13, marginBottom: 1, height: 40 }]}
3434
placeholderTextColor={scheme === 'dark' ? Colors.zinc[500] : Colors.zinc[400]}
3535
cursorColor={Colors.accent}
3636
selectionColor={Colors.accent + '55'}

0 commit comments

Comments
 (0)