From 2eb06e24470e5bd8a3232a6702b9fda0bb80a330 Mon Sep 17 00:00:00 2001 From: blek Date: Wed, 6 Sep 2023 21:25:52 +1000 Subject: [PATCH] fix input element style --- src/InputElement.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/InputElement.svelte b/src/InputElement.svelte index f23594f..cca4bc6 100644 --- a/src/InputElement.svelte +++ b/src/InputElement.svelte @@ -39,8 +39,8 @@ border-color: #8284a220; } .input-status-standby { - background: transparent; - border-color: transparent; + background: #3d405420; + border-color: #3d405415; } .input-status-yellow { background: #f3c237;