Skip to content

Commit

Permalink
fix: different text
Browse files Browse the repository at this point in the history
  • Loading branch information
Eghinner committed Jun 17, 2022
1 parent 1c12388 commit c1f7d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions src/pages/Check/Check.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@ export const CheckTextSubtitle = styled(Text)`
`
export const TextHandlerColorMobile = styled(Text)`
margin-top: 80px;
@media (min-width: 1025px) {
font-weight: bold;
font-size: 1.3rem;
}
font-size: 1.125rem;
`
4 changes: 2 additions & 2 deletions src/pages/Check/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const Check = () => {
}
>
<div className="check-ticket">
<TextHandlerColorMobile color="blue" bold uppercase lg>
Inserta número de ticket
<TextHandlerColorMobile color="blue" bolder uppercase>
Inserta número de boleta
</TextHandlerColorMobile>
<Form FormButtonPrimaryTitle = 'Empecemos' formData={setPackageCode} onSubmit={e => toDelivery(e)}>
{({ handleFormChange, value }) => (
Expand Down

0 comments on commit c1f7d7a

Please sign in to comment.