react-crud-mobile 1.3.226 → 1.3.228

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.
@@ -396,8 +396,8 @@ function UIButton(props) {
396
396
  var styles = {
397
397
  buttonLabel: {
398
398
  color: '#ffffff',
399
- fontWeight: '500',
400
- fontSize: 14
399
+ fontWeight: 400,
400
+ fontSize: 15
401
401
  },
402
402
  buttonInner: {
403
403
  flexDirection: 'row',