Skip to content

Commit a9b2dd6

Browse files
committed
Fix Wrong Italic Family Name
1 parent a7b7452 commit a9b2dd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/carbon-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audira/carbon-react-native",
3-
"version": "1.0.0-beta.18",
3+
"version": "1.0.0-beta.19",
44
"license": "MIT",
55
"homepage": "https://rakadoank.github.io/carbon-react-native",
66
"repository": "https://github.com/RakaDoank/carbon-react-native",

packages/carbon-react-native/src/_internal/style-sheets/text-style-sheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const TextStyleSheet = StyleSheet.create({
3333
},
3434
normal_italic: {
3535
fontWeight: 400,
36-
fontFamily: "IBMPlexSans-Regular-Italic",
36+
fontFamily: "IBMPlexSans-Italic",
3737
},
3838
medium: {
3939
fontWeight: 500,

0 commit comments

Comments
 (0)