diff --git a/native/account/registration/connect-ethereum.react.js b/native/account/registration/connect-ethereum.react.js --- a/native/account/registration/connect-ethereum.react.js +++ b/native/account/registration/connect-ethereum.react.js @@ -191,6 +191,7 @@ paddingBottom: 16, }, body: { + fontFamily: 'Arial', fontSize: 15, lineHeight: 20, color: 'panelForegroundSecondaryLabel', @@ -208,12 +209,14 @@ flexDirection: 'row', }, listItemNumber: { + fontFamily: 'Arial', fontWeight: 'bold', fontSize: 15, lineHeight: 20, color: 'panelForegroundSecondaryLabel', }, listItemContent: { + fontFamily: 'Arial', flexShrink: 1, fontSize: 15, lineHeight: 20, diff --git a/native/account/registration/cool-or-nerd-mode-selection.react.js b/native/account/registration/cool-or-nerd-mode-selection.react.js --- a/native/account/registration/cool-or-nerd-mode-selection.react.js +++ b/native/account/registration/cool-or-nerd-mode-selection.react.js @@ -104,6 +104,7 @@ paddingBottom: 16, }, body: { + fontFamily: 'Arial', fontSize: 15, lineHeight: 20, color: 'panelForegroundSecondaryLabel', @@ -115,6 +116,7 @@ color: 'panelForegroundLabel', }, tileBody: { + fontFamily: 'Arial', fontSize: 13, color: 'panelForegroundSecondaryLabel', }, diff --git a/native/account/registration/existing-ethereum-account.react.js b/native/account/registration/existing-ethereum-account.react.js --- a/native/account/registration/existing-ethereum-account.react.js +++ b/native/account/registration/existing-ethereum-account.react.js @@ -96,6 +96,7 @@ paddingBottom: 16, }, body: { + fontFamily: 'Arial', fontSize: 15, lineHeight: 20, color: 'panelForegroundSecondaryLabel', diff --git a/native/account/registration/keyserver-selection.react.js b/native/account/registration/keyserver-selection.react.js --- a/native/account/registration/keyserver-selection.react.js +++ b/native/account/registration/keyserver-selection.react.js @@ -143,6 +143,7 @@ paddingBottom: 16, }, body: { + fontFamily: 'Arial', fontSize: 15, lineHeight: 20, color: 'panelForegroundSecondaryLabel', @@ -154,6 +155,7 @@ color: 'panelForegroundLabel', }, tileBody: { + fontFamily: 'Arial', fontSize: 13, color: 'panelForegroundSecondaryLabel', },