Skip to content

Commit

Permalink
fix(input): define a explicit background for the whole element (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub authored Sep 12, 2024
1 parent 49d9c55 commit ff1c899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/input/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

border: var(--input-border-width) solid var(--input-border-color);
border-radius: 2px;
background: var(--leu-color-black-0);

line-height: 1;
}
Expand All @@ -79,6 +80,7 @@
color: var(--input-color);

border: 0;
background: var(--leu-color-black-0);

padding-block: 2rem 1rem;
}
Expand Down

0 comments on commit ff1c899

Please sign in to comment.