react-crud-mobile 1.3.24 → 1.3.26

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.
@@ -515,6 +515,9 @@ function UISelect(props) {
515
515
  };
516
516
  var iconColor = Utils.nvl((_theme$colors = theme.colors) == null ? void 0 : _theme$colors.text, '#100e0e');
517
517
  var modalColor = Utils.nvl(headerStyle.color, 'white');
518
+ var defaults = {
519
+ color: modalColor
520
+ };
518
521
  var onClick = function onClick(_ref) {
519
522
  var value = _ref.value;
520
523
  var val = value;
@@ -571,10 +574,10 @@ function UISelect(props) {
571
574
  },
572
575
  style: style('modalCloseButton'),
573
576
  children: /*#__PURE__*/jsx(Ionicons$1, {
574
- name: "chevron-back-outline",
577
+ name: "close",
575
578
  size: 24,
576
579
  color: modalColor,
577
- style: style('modalCloseText', {})
580
+ style: style('modalCloseText', defaults)
578
581
  })
579
582
  }), /*#__PURE__*/jsx(Text, {
580
583
  style: style('modalTitle'),
@@ -585,6 +588,7 @@ function UISelect(props) {
585
588
  children: /*#__PURE__*/jsx(UI.List, {
586
589
  data: items,
587
590
  name: scope.getName('list'),
591
+ layout: "card",
588
592
  click: onClick,
589
593
  rowStyle: (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle,
590
594
  children: /*#__PURE__*/jsx(UI.Value, {