@descope/web-components-ui 1.0.180 → 1.0.181

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/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,