@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.180",
3
+ "version": "1.0.181",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -9,7 +9,7 @@ const vars = TextAreaClass.cssVarList;
9
9
  const textArea = {
10
10
  [vars.hostWidth]: refs.width,
11
11
  [vars.hostMinWidth]: refs.minWidth,
12
- [vars.fontSize]: globalRefs.typography.body2.size,
12
+ [vars.fontSize]: refs.fontSize,
13
13
  [vars.fontFamily]: refs.fontFamily,
14
14
  [vars.labelTextColor]: refs.labelTextColor,
15
15
  [vars.labelRequiredIndicator]: refs.requiredIndicator,