xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 611 forks source link

Changing toolbar color when in searchable mode (react-native-material-ui) #495

Open sanj-1234 opened 3 years ago

sanj-1234 commented 3 years ago

I would like to change the search bar color which comes white every time. I have set the toolbar color by "style={{ container: {backgroundColor: theme.colors.primary}}}", but when click on the search icon, the search bar remains as white...