@xsolla/xui-multi-select 0.159.0-pr290.1779453807 → 0.160.0

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/native/index.js CHANGED
@@ -2328,7 +2328,7 @@ var MultiSelect = (0, import_react10.forwardRef)(
2328
2328
  backgroundColor: theme.colors.background.secondary,
2329
2329
  borderColor: theme.colors.border.secondary,
2330
2330
  borderWidth: 1,
2331
- borderRadius: theme.shape.input[size].borderRadius,
2331
+ borderRadius: theme.radius.button,
2332
2332
  paddingVertical: 4,
2333
2333
  style: {
2334
2334
  position: "absolute",