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,6 +55,7 @@ export default {
55 55
         backgroundColor: 'rgb(240, 243, 247)',
56 56
         borderBottomRightRadius: 10,
57 57
         borderTopRightRadius: 10,
58
+        color: DARK_GREY,
58 59
         flex: 1,
59 60
         fontSize: 17,
60 61
         paddingVertical: 7

Loading…
Cancel
Save