Skip to content

Commit

Permalink
Merge pull request #548 from shoutem/hotfix/Missing-default-theme-var…
Browse files Browse the repository at this point in the history
…iables-for-links

Add links style to defaultThemeVariables
  • Loading branch information
majaklajic authored Nov 25, 2020
2 parents e97e9a8 + 68e907f commit cb5b6eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.14",
"version": "4.0.15",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.4",
Expand Down
7 changes: 7 additions & 0 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cb5b6eb

Please sign in to comment.