@descope/web-components-ui 1.0.292 → 1.0.293

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -10577,7 +10577,7 @@ const globalRefs$l = getThemeRefs(globals);
10577
10577
  const [theme$1, refs, vars$B] = createHelperVars(
10578
10578
  {
10579
10579
  labelTextColor: globalRefs$l.colors.surface.dark,
10580
- labelFontSize: globalRefs$l.typography.body2.size,
10580
+ labelFontSize: '14px', // not taken from globals as it is fixed in all inputs
10581
10581
  valueTextColor: globalRefs$l.colors.surface.contrast,
10582
10582
  placeholderTextColor: globalRefs$l.colors.surface.dark,
10583
10583
  requiredIndicator: "'*'",