Footer upload icon updated to new vesrion

pull/21833/head
wmwragg 2016-07-13 17:46:56 +01:00
parent 936a38a9f4
commit 7f00053f84
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ export default class MessageComposer extends React.Component {
var uploadButton = (
<div key="controls_upload" className="mx_MessageComposer_upload"
onClick={this.onUploadClick} title="Upload file">
<TintableSvg src="img/upload.svg" width="19" height="24"/>
<TintableSvg src="img/icons-upload.svg" width="35" height="35"/>
<input ref="uploadInput" type="file"
style={uploadInputStyle}
multiple