Browse Source

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

master
Bettenbuk Zoltan 6 years ago
parent
commit
def22b01bb

+ 1
- 0
react/features/invite/components/add-people-dialog/native/styles.js View File

55
         backgroundColor: 'rgb(240, 243, 247)',
55
         backgroundColor: 'rgb(240, 243, 247)',
56
         borderBottomRightRadius: 10,
56
         borderBottomRightRadius: 10,
57
         borderTopRightRadius: 10,
57
         borderTopRightRadius: 10,
58
+        color: DARK_GREY,
58
         flex: 1,
59
         flex: 1,
59
         fontSize: 17,
60
         fontSize: 17,
60
         paddingVertical: 7
61
         paddingVertical: 7

Loading…
Cancel
Save