summaryrefslogtreecommitdiffstats
path: root/webapp/components/file_upload.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-08-25 19:29:31 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-25 10:29:31 -0400
commit1a71589dce9781be8c9eca17a5d96f94b57d0679 (patch)
tree0c962b9c0a7c0aa147fe3856d33ea64683708d92 /webapp/components/file_upload.jsx
parent086365fb84e1d8096993756b79558bc204b1df2e (diff)
downloadchat-1a71589dce9781be8c9eca17a5d96f94b57d0679.tar.gz
chat-1a71589dce9781be8c9eca17a5d96f94b57d0679.tar.bz2
chat-1a71589dce9781be8c9eca17a5d96f94b57d0679.zip
PLT-7224 - Updating post textbox UI (#7153)
* PLT-7224 - Updating post textbox UI * Updating post textbox spacing * Updating emoji icon
Diffstat (limited to 'webapp/components/file_upload.jsx')
-rw-r--r--webapp/components/file_upload.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/components/file_upload.jsx b/webapp/components/file_upload.jsx
index 3e28f11df..9ec4aaf2f 100644
--- a/webapp/components/file_upload.jsx
+++ b/webapp/components/file_upload.jsx
@@ -380,9 +380,8 @@ class FileUpload extends React.Component {
let fileDiv;
if (FileUtils.canUploadFiles()) {
fileDiv = (
- <div className='icon--attachment'>
+ <div className='icon icon--attachment'>
<span
- className='icon'
dangerouslySetInnerHTML={{__html: Constants.ATTACHMENT_ICON_SVG}}
/>
<input