We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe28e1 commit 0a8cd50Copy full SHA for 0a8cd50
src/components/Search.tsx
@@ -30,7 +30,7 @@ export default function Search({ onChangeText, value, ...all }: TextInputProps)
30
<TextInput
31
ref={ref}
32
className='flex-1 p-3 text-zinc-800 dark:text-zinc-200'
33
- style={[SEMIBOLD, { fontSize: 13, marginBottom: 1 }]}
+ style={[SEMIBOLD, { fontSize: 13, marginBottom: 1, height: 40 }]}
34
placeholderTextColor={scheme === 'dark' ? Colors.zinc[500] : Colors.zinc[400]}
35
cursorColor={Colors.accent}
36
selectionColor={Colors.accent + '55'}
0 commit comments