@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/web/index.mjs CHANGED
@@ -2344,7 +2344,7 @@ var MultiSelect = forwardRef4(
2344
2344
  backgroundColor: theme.colors.background.secondary,
2345
2345
  borderColor: theme.colors.border.secondary,
2346
2346
  borderWidth: 1,
2347
- borderRadius: theme.radius.button,
2347
+ borderRadius: theme.shape.input[size].borderRadius,
2348
2348
  paddingVertical: 4,
2349
2349
  style: {
2350
2350
  position: "absolute",