1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

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
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>