diff --git a/src/lib/styles.ts b/src/lib/styles.ts index d0ea4cdc17..91d967f8df 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -79,7 +79,7 @@ export const s = StyleSheet.create({ // font weights fw600: {fontWeight: '600'}, - bold: {fontWeight: 'bold'}, + bold: {fontWeight: '700'}, fw500: {fontWeight: '500'}, semiBold: {fontWeight: '500'}, fw400: {fontWeight: '400'},