diff --git a/package.json b/package.json index 27d20e0f..3256f82a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/theme.js b/theme.js index ef342e7d..8cec486f 100644 --- a/theme.js +++ b/theme.js @@ -1183,6 +1183,8 @@ export default (variables = defaultThemeVariables) => ({ backgroundColor: 'transparent', color: variables.primaryButtonText.color, + width: 24, + height: 24, }, 'shoutem.ui.Spinner': {