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

pull/4259/head
Bettenbuk Zoltan 6 years ago committed by Saúl Ibarra Corretgé
parent 9445cf99fd
commit def22b01bb
  1. 1
      react/features/invite/components/add-people-dialog/native/styles.js

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

Loading…
Cancel
Save