From ff1c89910c9502d0bd439f087aea3419323f0f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20B=C3=BCschlen?= Date: Thu, 12 Sep 2024 09:13:36 +0200 Subject: [PATCH] fix(input): define a explicit background for the whole element (#236) --- src/components/input/input.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/input/input.css b/src/components/input/input.css index 76907ec7..d2422a00 100644 --- a/src/components/input/input.css +++ b/src/components/input/input.css @@ -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; } @@ -79,6 +80,7 @@ color: var(--input-color); border: 0; + background: var(--leu-color-black-0); padding-block: 2rem 1rem; }