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 }