@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.js CHANGED
@@ -2676,6 +2676,7 @@ var MultiSelect = (0, import_react15.forwardRef)(
2676
2676
  {
2677
2677
  color: theme.colors.content.alert.primary,
2678
2678
  fontSize: sizeStyles.fontSize - 2,
2679
+ style: { lineHeight: sizeStyles.lineHeight + "px" },
2679
2680
  children: errorMessage
2680
2681
  }
2681
2682
  )