Skip to content

Commit

Permalink
Merge pull request #518 from shoutem/feature/SEEXT-8349-Set-default-i…
Browse files Browse the repository at this point in the history
…con-width-and-height

Add default icon width and height
  • Loading branch information
majaklajic authored Sep 4, 2020
2 parents cbc5ef8 + 124ca3a commit fd71d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1",
"version": "4.0.2",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.4",
Expand Down
2 changes: 2 additions & 0 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,8 @@ export default (variables = defaultThemeVariables) => ({

backgroundColor: 'transparent',
color: variables.primaryButtonText.color,
width: 24,
height: 24,
},

'shoutem.ui.Spinner': {
Expand Down

0 comments on commit fd71d9c

Please sign in to comment.