@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.
- package/package.json +1 -1
- package/theme.js +4 -1
package/package.json
CHANGED
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,
|