react-crud-mobile 1.3.226 → 1.3.227

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.
@@ -387,8 +387,8 @@ function UIButton(props) {
387
387
  var styles = {
388
388
  buttonLabel: {
389
389
  color: '#ffffff',
390
- fontWeight: '500',
391
- fontSize: 14
390
+ fontWeight: 400,
391
+ fontSize: 15
392
392
  },
393
393
  buttonInner: {
394
394
  flexDirection: 'row',