Merge pull request #4695 from aaronraimist/center-headerbuttons

Center HeaderButtons
This commit is contained in:
Michael Telatynski 2020-06-04 00:36:23 +01:00 committed by GitHub
commit bde327e1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 19 deletions

View file

@ -84,7 +84,7 @@ export default class UploadConfirmDialog extends React.Component {
preview = <div>
<div>
<img className="mx_UploadConfirmDialog_fileIcon"
src={require("../../../../res/img/files.png")}
src={require("../../../../res/img/feather-customised/files.svg")}
/>
{this.props.file.name} ({filesize(this.props.file.size)})
</div>