Skip to content

Commit

Permalink
enlarge download-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogendra committed Nov 18, 2019
1 parent b8e014b commit f484646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Todolist.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class Todolist extends React.Component {
>
<Link href={each.fileLink}>
{" "}
<GetAppIcon />
<GetAppIcon fontSize="large" />
</Link>
</div>
</div>
Expand Down Expand Up @@ -490,7 +490,7 @@ class Todolist extends React.Component {
<div style={{ marginTop: "50px" }}>
<Link href={each.fileLink}>
{" "}
<GetAppIcon />
<GetAppIcon fontSize="large"/>
</Link>
</div>
</div>
Expand Down

0 comments on commit f484646

Please sign in to comment.