@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.
@@ -3109,7 +3109,7 @@ const globalRefs$l = getThemeRefs(globals);
3109
3109
  const [theme$1, refs, vars$B] = createHelperVars(
3110
3110
  {
3111
3111
  labelTextColor: globalRefs$l.colors.surface.dark,
3112
- labelFontSize: globalRefs$l.typography.body2.size,
3112
+ labelFontSize: '14px', // not taken from globals as it is fixed in all inputs
3113
3113
  valueTextColor: globalRefs$l.colors.surface.contrast,
3114
3114
  placeholderTextColor: globalRefs$l.colors.surface.dark,
3115
3115
  requiredIndicator: "'*'",