Skip to content

Commit

Permalink
chore: Add in font to EarnEnterAmount text style (#6430)
Browse files Browse the repository at this point in the history
### Description

Title

### Test plan

CI

### Related issues

N/A

### Backwards compatibility

N/A
### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

N/A
  • Loading branch information
finnian0826 authored Jan 21, 2025
1 parent a471697 commit 9a70651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/earn/EarnEnterAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1112,10 +1112,12 @@ const styles = StyleSheet.create({
alignItems: 'flex-start',
},
bottomSheetLineLabel: {
...typeScale.bodySmall,
maxWidth: '40%',
textAlign: 'left',
},
bottomSheetLineLabelText: {
...typeScale.bodySmall,
maxWidth: '60%',
textAlign: 'right',
},
Expand Down

0 comments on commit 9a70651

Please sign in to comment.