react-crud-mobile 1.3.131 → 1.3.133
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/dist/react-crud-mobile.cjs.development.js +1 -2
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +0 -1
- package/src/elements/core/UIButton.tsx +1 -1
|
@@ -409,7 +409,7 @@ function UIButton(props) {
|
|
|
409
409
|
},
|
|
410
410
|
button: {
|
|
411
411
|
backgroundColor: color,
|
|
412
|
-
borderRadius:
|
|
412
|
+
borderRadius: 10,
|
|
413
413
|
gap: 10,
|
|
414
414
|
justifyContent: 'center',
|
|
415
415
|
alignItems: 'center',
|
|
@@ -2266,7 +2266,6 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
2266
2266
|
},
|
|
2267
2267
|
label: {
|
|
2268
2268
|
fontWeight: 400,
|
|
2269
|
-
marginTop: 5,
|
|
2270
2269
|
fontSize: 12,
|
|
2271
2270
|
color: 'labelColor'
|
|
2272
2271
|
},
|