diff --git a/package-lock.json b/package-lock.json index 4f54c8d8..a47fa6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@shoutem/ui", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4185d71d..43c770f1 100644 --- a/package.json +++ b/package.json @@ -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 .", diff --git a/theme.js b/theme.js index 85c50cb2..ad0fe741 100644 --- a/theme.js +++ b/theme.js @@ -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', ) {