fix: set explicit color for search field to avoid theme override

This commit is contained in:
Bettenbuk Zoltan
2019-05-22 17:53:01 +02:00
committed by Saúl Ibarra Corretgé
parent 9445cf99fd
commit def22b01bb

View File

@@ -55,6 +55,7 @@ export default {
backgroundColor: 'rgb(240, 243, 247)',
borderBottomRightRadius: 10,
borderTopRightRadius: 10,
color: DARK_GREY,
flex: 1,
fontSize: 17,
paddingVertical: 7