From c1fcbb263dd6f2abff4cde7a703242f310d496e5 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:02:46 +0200 Subject: [PATCH] Let switch use 'ui' border style --- ts/lib/components/Switch.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/lib/components/Switch.svelte b/ts/lib/components/Switch.svelte index d48f46fb3..560ee403b 100644 --- a/ts/lib/components/Switch.svelte +++ b/ts/lib/components/Switch.svelte @@ -31,6 +31,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } .form-check-input { + border-color: var(--border-ui); -webkit-appearance: none; appearance: none; height: 1.5em;