Skip to content

Commit

Permalink
fix: 🐛 Corrige l'affichage des textes en Bold sur Android (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Apr 29, 2021
1 parent 34cb674 commit d0e6fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/components/StyledText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const getFontFromWeight = (fontName: string, style?: StyleProp<TextStyle>) => {
: FontWeight.normal;
return {
fontFamily: getFontFamilyName(fontName, fontWeight),
fontWeight: FontWeight.normal,
};
};

Expand Down

0 comments on commit d0e6fe5

Please sign in to comment.