Skip to content

Commit

Permalink
Merge pull request #777 from shoutem/release/6.1.2
Browse files Browse the repository at this point in the history
Release/6.1.2
  • Loading branch information
Definitely-Not-Vlad authored Jan 10, 2023
2 parents 806c5f7 + f9f306f commit efe0cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.1.1",
"version": "6.1.2",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function responsiveHeight(dimension, actualRefVal = window.height) {
// 'fontWeight' and 'fontStyle' aren't always supplied for every component, so we're setting default
// values of 'normal'.
export function resolveFontFamily(
fontName,
fontName = 'Rubik-Regular',
fontWeight = 'normal',
fontStyle = 'normal',
) {
Expand Down

0 comments on commit efe0cc1

Please sign in to comment.