From ece8f44f5ab8526b90944ef6bb6efa78f027ff82 Mon Sep 17 00:00:00 2001 From: Prateek Jain Date: Wed, 1 Apr 2020 17:37:03 +0530 Subject: [PATCH] [FIX] UI issues of Create Discussion View (#1965) --- app/views/CreateDiscussionView/SelectChannel.js | 3 ++- app/views/CreateDiscussionView/SelectUsers.js | 3 ++- app/views/CreateDiscussionView/index.js | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/CreateDiscussionView/SelectChannel.js b/app/views/CreateDiscussionView/SelectChannel.js index aef2618a..f45bbfe1 100644 --- a/app/views/CreateDiscussionView/SelectChannel.js +++ b/app/views/CreateDiscussionView/SelectChannel.js @@ -7,6 +7,7 @@ import { avatarURL } from '../../utils/avatar'; import RocketChat from '../../lib/rocketchat'; import I18n from '../../i18n'; import { MultiSelect } from '../../containers/UIKit/MultiSelect'; +import { themes } from '../../constants/colors'; import styles from './styles'; @@ -30,7 +31,7 @@ const SelectChannel = ({ return ( <> - {I18n.t('Parent_channel_or_group')} + {I18n.t('Parent_channel_or_group')} - {I18n.t('Invite_users')} + {I18n.t('Invite_users')} this.setState({ name: text })} + theme={theme} />