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} />