mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-13 00:28:42 +08:00
[Android] Fix TextInput height
This commit is contained in:
@@ -41,8 +41,10 @@ export const SpringAnimatedTextInput = React.forwardRef(
|
||||
}}
|
||||
style={[
|
||||
{
|
||||
height: 36,
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
paddingHorizontal: contentPadding,
|
||||
paddingVertical: contentPadding / 2,
|
||||
backgroundColor: 'transparent',
|
||||
borderRadius: radius,
|
||||
borderWidth: 1,
|
||||
|
||||
Reference in New Issue
Block a user