@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/native/index.mjs CHANGED
@@ -2649,6 +2649,7 @@ var MultiSelect = forwardRef8(
2649
2649
  {
2650
2650
  color: theme.colors.content.alert.primary,
2651
2651
  fontSize: sizeStyles.fontSize - 2,
2652
+ style: { lineHeight: sizeStyles.lineHeight + "px" },
2652
2653
  children: errorMessage
2653
2654
  }
2654
2655
  )