@descope/web-components-ui 1.0.280 → 1.0.282

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ const [theme, refs, vars] = createHelperVars(
12
12
  placeholderTextColor: globalRefs.colors.surface.dark,
13
13
  requiredIndicator: "'*'",
14
14
  errorMessageTextColor: globalRefs.colors.error.main,
15
+ helperTextColor: globalRefs.colors.surface.dark,
15
16
 
16
17
  borderWidth: globalRefs.border.xs,
17
18
  borderRadius: globalRefs.radius.xs,
@@ -68,6 +69,7 @@ const [theme, refs, vars] = createHelperVars(
68
69
  borderColor: globalRefs.colors.surface.light,
69
70
  valueTextColor: globalRefs.colors.surface.light,
70
71
  placeholderTextColor: globalRefs.colors.surface.light,
72
+ helperTextColor: globalRefs.colors.surface.light,
71
73
  backgroundColor: globalRefs.colors.surface.main,
72
74
  },
73
75
  },
@@ -25,6 +25,7 @@ export const textField = {
25
25
  [vars.inputBackgroundColor]: refs.backgroundColor,
26
26
  [vars.inputHeight]: refs.inputHeight,
27
27
  [vars.inputHorizontalPadding]: refs.horizontalPadding,
28
+ [vars.helperTextColor]: refs.helperTextColor,
28
29
  textAlign: {
29
30
  right: { [vars.inputTextAlign]: 'right' },
30
31
  left: { [vars.inputTextAlign]: 'left' },