Use numeric weight

This commit is contained in:
Eric Bailey
2024-09-15 13:00:48 -05:00
parent 58e6ff9ccf
commit 19685b1c40
+1 -1
View File
@@ -79,7 +79,7 @@ export const s = StyleSheet.create({
// font weights // font weights
fw600: {fontWeight: '600'}, fw600: {fontWeight: '600'},
bold: {fontWeight: 'bold'}, bold: {fontWeight: '700'},
fw500: {fontWeight: '500'}, fw500: {fontWeight: '500'},
semiBold: {fontWeight: '500'}, semiBold: {fontWeight: '500'},
fw400: {fontWeight: '400'}, fw400: {fontWeight: '400'},