Skip to content

Commit

Permalink
Fix toolbar search form colors in AddressBook
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Feb 19, 2024
1 parent 28e3124 commit fbf2018
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,7 @@ class Toolbar extends React.Component {
searchLabel, onSearch, searchTerm, setSearchTerm,
style:{flex:1, minWidth: 110},
};
if (mode === 'selector'){
searchProps.inputStyle={color:'white'};
searchProps.hintStyle={color:'rgba(255,255,255,.5)'};
searchProps.underlineStyle={borderColor:'rgba(255,255,255,.5)'};
searchProps.underlineFocusStyle={borderColor:'white'};
} else {
if (mode !== 'selector'){
searchProps.underlineShow=false
searchProps.style = {
...searchProps.style,
Expand Down

0 comments on commit fbf2018

Please sign in to comment.