Skip to content

Commit 575326e

Browse files
committed
Indent
1 parent ba2fc88 commit 575326e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/typographyPresets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ _.forEach(keys, key => {
225225
fontWeight: Constants.isIOS
226226
? WEIGHT_TYPES[weightKey]
227227
: ['BO', 'H', 'BL'].includes(weightValue)
228-
? 'bold'
229-
: undefined
228+
? 'bold'
229+
: undefined
230230
};
231231
});
232232
});

0 commit comments

Comments
 (0)