summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/import_theme_modal.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-10-05 16:12:29 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-10-05 16:12:29 -0400
commitda61bb38ff04b4e93d952b37aae02fa43360aa49 (patch)
treea2ad43f680e598695e8bfa2632f3d5d9d8f8b81a /web/react/components/user_settings/import_theme_modal.jsx
parente2e00d9d43c14806cd5a5c424b9879636dfd89c8 (diff)
parente7d7892fd762c71e09d742487193670a98a71742 (diff)
downloadchat-da61bb38ff04b4e93d952b37aae02fa43360aa49.tar.gz
chat-da61bb38ff04b4e93d952b37aae02fa43360aa49.tar.bz2
chat-da61bb38ff04b4e93d952b37aae02fa43360aa49.zip
Merge pull request #925 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/user_settings/import_theme_modal.jsx')
-rw-r--r--web/react/components/user_settings/import_theme_modal.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/components/user_settings/import_theme_modal.jsx b/web/react/components/user_settings/import_theme_modal.jsx
index 0f5cb59f5..4e8ee03fa 100644
--- a/web/react/components/user_settings/import_theme_modal.jsx
+++ b/web/react/components/user_settings/import_theme_modal.jsx
@@ -150,7 +150,9 @@ export default class ImportThemeModal extends React.Component {
className='form-control'
onChange={this.handleChange}
/>
- {this.state.inputError}
+ <div className='input__help'>
+ {this.state.inputError}
+ </div>
</div>
</div>
</Modal.Body>