summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-04-03 22:38:15 +0500
committerCorey Hulen <corey@hulen.com>2017-04-03 10:38:15 -0700
commit4ebc85e05c3f45d2978c6fb8f9874b93658c3607 (patch)
tree80f6167de3c6a60f89f0608d373d80d40e0daf37 /webapp/components
parent1cbe6e797517089140ee2db12d73c0781f5e3e6b (diff)
downloadchat-4ebc85e05c3f45d2978c6fb8f9874b93658c3607.tar.gz
chat-4ebc85e05c3f45d2978c6fb8f9874b93658c3607.tar.bz2
chat-4ebc85e05c3f45d2978c6fb8f9874b93658c3607.zip
Ui improvements (#5948)
* PLT-5849 - Code block wrap on IOS * PLT-5972 - Comment has first line indented * PLT-6048 - Adjusting UI for link previews * PLT-5733 - Adding error text theme option
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/user_settings/custom_theme_chooser.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/components/user_settings/custom_theme_chooser.jsx b/webapp/components/user_settings/custom_theme_chooser.jsx
index a39f9967b..8c5cf939e 100644
--- a/webapp/components/user_settings/custom_theme_chooser.jsx
+++ b/webapp/components/user_settings/custom_theme_chooser.jsx
@@ -83,6 +83,10 @@ const messages = defineMessages({
id: 'user.settings.custom_theme.buttonColor',
defaultMessage: 'Button Text'
},
+ errorTextColor: {
+ id: 'user.settings.custom_theme.errorTextColor',
+ defaultMessage: 'Error Text Color'
+ },
mentionHighlightBg: {
id: 'user.settings.custom_theme.mentionHighlightBg',
defaultMessage: 'Mention Highlight BG'