@descope/web-components-ui 1.0.180 → 1.0.181

Sign up to get free protection for your applications and to get access to all the features.
@@ -2490,7 +2490,7 @@ const vars$k = TextAreaClass.cssVarList;
2490
2490
  const textArea = {
2491
2491
  [vars$k.hostWidth]: refs.width,
2492
2492
  [vars$k.hostMinWidth]: refs.minWidth,
2493
- [vars$k.fontSize]: globalRefs$a.typography.body2.size,
2493
+ [vars$k.fontSize]: refs.fontSize,
2494
2494
  [vars$k.fontFamily]: refs.fontFamily,
2495
2495
  [vars$k.labelTextColor]: refs.labelTextColor,
2496
2496
  [vars$k.labelRequiredIndicator]: refs.requiredIndicator,