@shoutem/ui 8.2.5 → 8.2.6

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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "8.2.5",
3
+ "version": "8.2.6",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
package/theme.js CHANGED
@@ -2407,8 +2407,11 @@ export default () => {
2407
2407
  paddingHorizontal: 20,
2408
2408
  paddingVertical: 16,
2409
2409
  borderBottomWidth: 1,
2410
- borderColor: 'rgba(130, 130, 130, 0.1)',
2411
2410
  alignItems: 'center',
2411
+ backgroundColor: resolveVariable('primaryButtonBackgroundColor'),
2412
+ borderColor: resolveVariable('primaryButtonBorderColor'),
2413
+ borderWidth: StyleSheet.hairlineWidth,
2414
+ borderRadius: 13,
2412
2415
  },
2413
2416
  text: {
2414
2417
  fontSize: 15,