From def22b01bb5d947f0d395dff59eed37c0057b52a Mon Sep 17 00:00:00 2001 From: Bettenbuk Zoltan Date: Wed, 22 May 2019 17:53:01 +0200 Subject: [PATCH] fix: set explicit color for search field to avoid theme override --- .../invite/components/add-people-dialog/native/styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/invite/components/add-people-dialog/native/styles.js b/react/features/invite/components/add-people-dialog/native/styles.js index 8ef0e155c..695abff94 100644 --- a/react/features/invite/components/add-people-dialog/native/styles.js +++ b/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