@descope/web-components-ui 1.0.292 → 1.0.293
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/cjs/index.cjs.js
CHANGED
|
@@ -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:
|
|
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: "'*'",
|