Skip to content

Commit 8f85963

Browse files
committed
Modified style overriding for search bar container
Changed the custom styling for the search bar container from being additional styles applied ontop of the default styles to replacing the default styles entirely.
1 parent fa74019 commit 8f85963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/components/GorgeousHeader/GorgeousHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class GorgeousHeader extends Component {
5656
<Text style={subtitleTextStyle || styles.subtitleTextStyle}>
5757
{subtitle}
5858
</Text>
59-
<View style={[styles.searchBarStyle, searchBarStyle]}>
59+
<View style={searchBarStyle || styles.searchBarStyle}>
6060
<Image
6161
style={styles.searchImageStyle}
6262
source={searchIcon || searchImage}

0 commit comments

Comments
 (0)