Skip to content

Commit

Permalink
[DUOS-2609][risk=no] Specify Icon Size (#2287)
Browse files Browse the repository at this point in the history
* specify icon size
  • Loading branch information
rushtong authored Jul 17, 2023
1 parent 0c5f22a commit cc77769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LibraryCardAgreementTermsDownload.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import DownloadIcon from 'react-material-icon-svg/dist/Download';
import {a, div} from 'react-hyperscript-helpers';
import React from 'react';

const downloadIcon = <DownloadIcon fill={'black'} style={{verticalAlign: 'middle'}}/>;
const downloadIcon = <DownloadIcon fill={'black'} style={{verticalAlign: 'middle', height: '24px'}}/>;
export const LibraryCardAgreementTermsDownload =
div({}, [
'I agree to the terms of the Library Card Agreement',
Expand Down

0 comments on commit cc77769

Please sign in to comment.