Skip to content

Commit

Permalink
Change save icon to a cloud download button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Louie committed Nov 18, 2021
1 parent f842237 commit 49a0491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
SelectAll,
Undo,
Redo,
Save,
CloudDownload,
} from '@material-ui/icons';
import { observer } from 'mobx-react';

Expand Down Expand Up @@ -92,7 +92,7 @@ export class Controls extends React.Component<{}, State> {
color="primary"
onClick={() => saveload.saveMIDI()}
>
<Save />
<CloudDownload/>
</Button>
</div>
<div>
Expand Down

0 comments on commit 49a0491

Please sign in to comment.