Footer upload icon updated to new vesrion
This commit is contained in:
parent
936a38a9f4
commit
7f00053f84
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default class MessageComposer extends React.Component {
|
||||||
var uploadButton = (
|
var uploadButton = (
|
||||||
<div key="controls_upload" className="mx_MessageComposer_upload"
|
<div key="controls_upload" className="mx_MessageComposer_upload"
|
||||||
onClick={this.onUploadClick} title="Upload file">
|
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"
|
<input ref="uploadInput" type="file"
|
||||||
style={uploadInputStyle}
|
style={uploadInputStyle}
|
||||||
multiple
|
multiple
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue