fix: set explicit color for search field to avoid theme override
This commit is contained in:
parent
9445cf99fd
commit
def22b01bb
|
@ -55,6 +55,7 @@ export default {
|
||||||
backgroundColor: 'rgb(240, 243, 247)',
|
backgroundColor: 'rgb(240, 243, 247)',
|
||||||
borderBottomRightRadius: 10,
|
borderBottomRightRadius: 10,
|
||||||
borderTopRightRadius: 10,
|
borderTopRightRadius: 10,
|
||||||
|
color: DARK_GREY,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
fontSize: 17,
|
fontSize: 17,
|
||||||
paddingVertical: 7
|
paddingVertical: 7
|
||||||
|
|
Loading…
Reference in New Issue