Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

make size of text bigger on evidence page #1536

Merged
merged 7 commits into from
Feb 25, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions f2/src/forms/EvidenceInfoForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ export const EvidenceInfoForm = props => {
borderBottomWidth="2px"
borderBottomColor="grey.400"
>
<Trans id="evidencePage.fileSize" />
<P fontSize="sm">
<P fontSize="md">
<Trans id="evidencePage.fileSize" />
<br />
<Text fontSize="sm" as="span" fontWeight="bold">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this fontSize="sm" to fontSize="md" as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

<Trans id="evidencePage.supportedFiles" />
</Text>
Expand Down