Skip to content

Commit

Permalink
Merge pull request #535 from shoutem/hotfix/4.0.10
Browse files Browse the repository at this point in the history
Hotfix/4.0.10
  • Loading branch information
Definitely-Not-Vlad authored Oct 28, 2020
2 parents 88fd385 + c29ed94 commit 7d5d651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "4.0.9",
"version": "4.0.10",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.4",
Expand Down
2 changes: 1 addition & 1 deletion theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export default (variables = defaultThemeVariables) => ({
variables.text.fontStyle,
),
fontWeight: resolveFontWeight(variables.text.fontWeight),
fontStyle: resolveFontStyle(variables.text.fontStyle,
fontStyle: resolveFontStyle(variables.text.fontStyle),
},

//
Expand Down

0 comments on commit 7d5d651

Please sign in to comment.