Skip to content

Commit

Permalink
Revert app/components/Views/Wallet/index.tsx textStyle changes
Browse files Browse the repository at this point in the history
Resolve: https://github.com/MetaMask/metamask-mobile/pull/6220/files#r1222167831

Linting still passing locally, no related error/warning
  • Loading branch information
leotm committed Jun 8, 2023
1 parent cc031e3 commit 49dc21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/Views/Wallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ const createStyles = ({ colors, typography }: Theme) =>
marginTop: 16,
},
textStyle: {
...(typography.sHeadingSM as TextStyle),
...(typography.sBodyMD as TextStyle),
fontWeight: '500',
},
loader: {
backgroundColor: colors.background.default,
Expand Down

0 comments on commit 49dc21a

Please sign in to comment.