react-crud-mobile 1.0.636 → 1.0.638
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 +2 -3
- 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 +2 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UISelect.tsx +1 -2
|
@@ -521,13 +521,12 @@ function UISelect(props) {
|
|
|
521
521
|
var styles$3 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
522
522
|
selectRoot: {
|
|
523
523
|
justifyContent: 'flex-start',
|
|
524
|
-
alignItems: 'flex-start'
|
|
524
|
+
alignItems: 'flex-start',
|
|
525
|
+
flex: 1
|
|
525
526
|
},
|
|
526
527
|
selectInput: {
|
|
527
528
|
width: '100%',
|
|
528
529
|
flexDirection: 'row',
|
|
529
|
-
borderWidth: 1,
|
|
530
|
-
borderColor: '#a9a9a9',
|
|
531
530
|
borderRadius: 20,
|
|
532
531
|
paddingHorizontal: 15,
|
|
533
532
|
paddingVertical: 10
|