@xsolla/xui-multi-select 0.80.0 → 0.81.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/web/index.mjs CHANGED
@@ -2623,6 +2623,7 @@ var MultiSelect = forwardRef8(
2623
2623
  {
2624
2624
  color: theme.colors.content.alert.primary,
2625
2625
  fontSize: sizeStyles.fontSize - 2,
2626
+ style: { lineHeight: sizeStyles.lineHeight + "px" },
2626
2627
  children: errorMessage
2627
2628
  }
2628
2629
  )