@xsolla/xui-multi-select 0.160.2 → 0.161.1

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.mjs CHANGED
@@ -2304,7 +2304,7 @@ var MultiSelect = forwardRef4(
2304
2304
  backgroundColor: theme.colors.background.secondary,
2305
2305
  borderColor: theme.colors.border.secondary,
2306
2306
  borderWidth: 1,
2307
- borderRadius: theme.radius.button,
2307
+ borderRadius: theme.shape.input[size].borderRadius,
2308
2308
  paddingVertical: 4,
2309
2309
  style: {
2310
2310
  position: "absolute",