Skip to content

Commit

Permalink
fix(rn): hide underline on Android searchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Oct 4, 2018
1 parent 4b9cf04 commit 4eb76ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/react-native/common/components/Library/Header.js
Expand Up @@ -95,6 +95,7 @@ export default class Header extends PureComponent {
{searchBar === true && (
<Flex.Cols size={1} style={[paddingBottom]}>
<TextInput
underlineColorAndroid='transparent'
autoCorrect={false}
style={[
{
Expand Down

0 comments on commit 4eb76ea

Please sign in to comment.