Skip to content

Commit 63f3f3e

Browse files
committed
Reduce base rem to 14 dp
Now that React Native respects the device font scaling, text is a bit larger on many phones. So, we decrease the base size to fudge around this. The 16 base size was always a little too big to begin with.
1 parent 93de4e8 commit 63f3f3e

File tree

58 files changed

+5054
-5053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+5054
-5053
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- added: `PendingTxModal` to route to pending txs for acceleration
99
- added: Added "Report Error" button to all `AlertDropdown`s from `showError`.
1010
- added: Handle `SwapAddressError` by auto-selecting an existing wallet with the same address or splitting if needed
11+
- changed: Decrease base font size from 16 to 14 dp, now that React Native respects font scaling.
1112
- changed: Duress mode copy
1213
- changed: Increased tappable area for the close button of `NotificationCard`
1314
- changed: Replaced 'react-native-camera' with 'react-native-vision-camera'

src/__tests__/components/__snapshots__/BalanceCard.test.tsx.snap

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)