From be8f2bf280b944d2a85e21982a65311ebcf0d7cc Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 19 Aug 2021 15:01:48 -0400 Subject: [PATCH] improve help text contrast --- src/themes/dark.styles.ts | 2 +- src/themes/light.styles.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/dark.styles.ts b/src/themes/dark.styles.ts index 4ff9e8b5..055a2278 100644 --- a/src/themes/dark.styles.ts +++ b/src/themes/dark.styles.ts @@ -514,7 +514,7 @@ export default css` --sl-input-help-text-font-size-medium: var(--sl-font-size-small); --sl-input-help-text-font-size-large: var(--sl-font-size-medium); - --sl-input-help-text-color: var(--sl-color-neutral-400); + --sl-input-help-text-color: var(--sl-color-neutral-500); /* Toggle (checkboxes, radios, switches) */ --sl-toggle-size: 1rem; diff --git a/src/themes/light.styles.ts b/src/themes/light.styles.ts index d20a58d9..0e60dbb5 100644 --- a/src/themes/light.styles.ts +++ b/src/themes/light.styles.ts @@ -515,7 +515,7 @@ export default css` --sl-input-help-text-font-size-medium: var(--sl-font-size-small); --sl-input-help-text-font-size-large: var(--sl-font-size-medium); - --sl-input-help-text-color: var(--sl-color-neutral-400); + --sl-input-help-text-color: var(--sl-color-neutral-500); /* Toggle (checkboxes, radios, switches) */ --sl-toggle-size: 1rem;