Skip to content

Commit

Permalink
fix(ld-input): set input color explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jun 24, 2022
1 parent 35679ea commit 9d2ce7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/liquid/components/ld-input/ld-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
--ld-input-time-min-width-lg: 7.5rem;

/* colors */
--ld-input-col: var(--ld-col-neutral-900);
--ld-input-bg-col-disabled: var(--ld-col-neutral-010);
--ld-input-bg-col-invalid-focus: var(--ld-col-wht);
--ld-input-bg-col-invalid: var(--ld-thm-error-disabled);
Expand Down Expand Up @@ -81,6 +82,7 @@
}

> input {
color: var(--ld-input-col);
align-self: stretch;
max-height: var(--ld-input-max-height-md);

Expand Down

0 comments on commit 9d2ce7f

Please sign in to comment.