Skip to content

Commit

Permalink
fix(ld-input): change bg color of dark input
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jul 2, 2021
1 parent b09e0d2 commit cc20a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-input/ld-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ld-input {
}

.ld-input--dark {
background-color: var(--ld-col-bg-g);
background-color: var(--ld-col-bg-lg);
}

:not([disabled]) {
Expand Down

0 comments on commit cc20a5b

Please sign in to comment.