From 8da75da3bb08614807000edaa14aa469d3d1421d Mon Sep 17 00:00:00 2001 From: Shawn Borton Date: Wed, 26 Aug 2020 15:25:49 -0600 Subject: [PATCH] Use medium weight for bold fonts --- src/style/StyleSheet.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/StyleSheet.js b/src/style/StyleSheet.js index 3edd065da5eb3..762becfaca49d 100644 --- a/src/style/StyleSheet.js +++ b/src/style/StyleSheet.js @@ -539,6 +539,10 @@ const webViewStyles = { textDecorationStyle: 'solid' }, + strong: { + fontWeight: '600', + }, + a: { color: colors.blue }