Skip to content

Commit 200363a

Browse files
committed
fix(SearchInputBar): Android 文字没有居中
1 parent c9cb8d7 commit 200363a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/SearchInputBar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ const styles = StyleSheet.create({
128128
marginRight: 10,
129129
},
130130
textInput: {
131+
paddingVertical: 0,
131132
height: '100%',
132133
flex: 1,
133134
fontSize: 18,

0 commit comments

Comments
 (0)