@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/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:
|
|
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: "'*'",
|