my fork of the bluesky client

set includeFontPadding false for fixed TextInput height on Android (#6170)

authored by

khuddite and committed by
GitHub
a6d009d0 a9083088

+5 -1
+5 -1
src/view/com/composer/text-input/TextInput.tsx
··· 252 252 style={[ 253 253 inputTextStyle, 254 254 a.w_full, 255 - {textAlignVertical: 'top', minHeight: 60}, 255 + { 256 + textAlignVertical: 'top', 257 + minHeight: 60, 258 + includeFontPadding: false, 259 + }, 256 260 ]} 257 261 {...props}> 258 262 {textDecorated}