Skip to content

Commit

Permalink
improve help text contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 19, 2021
1 parent e339571 commit be8f2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/themes/dark.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/themes/light.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be8f2bf

Please sign in to comment.