Skip to content

Commit 8dff8a7

Browse files
committed
InputTextDisable design bug is fixed for android
1 parent 15938fd commit 8dff8a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/src/components/SearchBox/SearchBox.style.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export function searchBoxContainer(
77
) {
88
return {
99
left: 8,
10-
padding: isAndroid ? 0 : 6,
10+
padding: 6,
1111
width: searchBoxWidth,
12+
height: isAndroid ? 30 : null,
1213
borderRadius: searchBoxBorderRadius,
13-
backgroundColor: searchBoxBackgroundColor,
14-
height: isAndroid ? 40 : null
14+
backgroundColor: searchBoxBackgroundColor
1515
};
1616
}
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-header-search-bar",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Fully customizable header search bar for React Native",
55
"keywords": [
66
"header",

0 commit comments

Comments
 (0)