diff --git a/package.json b/package.json index a306398c..ffa0560c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/ui", - "version": "4.0.14", + "version": "4.0.15", "description": "Styleable set of components for React Native applications", "dependencies": { "@shoutem/animation": "~0.12.4", diff --git a/theme.js b/theme.js index f9d05cd7..c41c4be1 100644 --- a/theme.js +++ b/theme.js @@ -167,6 +167,13 @@ export const defaultThemeVariables = { fontSize: 15, color: '#666666', }, + links: { + fontFamily: 'Rubik-Regular', + fontStyle: 'normal', + fontWeight: 'normal', + fontSize: 15, + color: '#666666', + }, errorText: { fontFamily: 'Rubik-Regular', fontStyle: 'normal',