react-crud-mobile 1.3.225 → 1.3.226

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.
@@ -388,7 +388,7 @@ function UIButton(props) {
388
388
  buttonLabel: {
389
389
  color: '#ffffff',
390
390
  fontWeight: '500',
391
- fontSize: 16
391
+ fontSize: 14
392
392
  },
393
393
  buttonInner: {
394
394
  flexDirection: 'row',
@@ -399,7 +399,7 @@ function UIButton(props) {
399
399
  },
400
400
  buttonIcon: {
401
401
  color: '#fff',
402
- fontSize: 18
402
+ fontSize: 16
403
403
  },
404
404
  button: {
405
405
  backgroundColor: color,
@@ -620,6 +620,9 @@ var styles$3 = /*#__PURE__*/StyleSheet.create({
620
620
  flexDirection: 'row',
621
621
  borderRadius: 5,
622
622
  paddingHorizontal: 15,
623
+ borderWidth: 1,
624
+ borderStyle: 'solid',
625
+ borderColor: '#dedede',
623
626
  paddingVertical: 10
624
627
  },
625
628
  selectLabel: {