@shoutem/ui 7.1.0-beta.17 → 7.1.0-beta.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "7.1.0-beta.17",
3
+ "version": "7.1.0-beta.18",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
package/theme.js CHANGED
@@ -3130,7 +3130,6 @@ export default () => {
3130
3130
  },
3131
3131
  textContainer: {
3132
3132
  flex: 1,
3133
- height: responsiveHeight(48),
3134
3133
  justifyContent: 'space-between',
3135
3134
  },
3136
3135
  title: {