@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.
package/dist/index.esm.js CHANGED
@@ -6993,7 +6993,7 @@ const vars$k = TextAreaClass.cssVarList;
6993
6993
  const textArea = {
6994
6994
  [vars$k.hostWidth]: refs.width,
6995
6995
  [vars$k.hostMinWidth]: refs.minWidth,
6996
- [vars$k.fontSize]: globalRefs$a.typography.body2.size,
6996
+ [vars$k.fontSize]: refs.fontSize,
6997
6997
  [vars$k.fontFamily]: refs.fontFamily,
6998
6998
  [vars$k.labelTextColor]: refs.labelTextColor,
6999
6999
  [vars$k.labelRequiredIndicator]: refs.requiredIndicator,