From c7fa2151de5e8be28bfe179ce6a21b5cdb102854 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:19:08 +0200 Subject: [PATCH] Let spinbox use 'ui' border style --- ts/lib/components/SpinBox.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/lib/components/SpinBox.svelte b/ts/lib/components/SpinBox.svelte index f52845a4d..60462d6b1 100644 --- a/ts/lib/components/SpinBox.svelte +++ b/ts/lib/components/SpinBox.svelte @@ -210,7 +210,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html .spin-box { width: 100%; background: var(--canvas-inset); - border: 1px solid var(--border); + border: 1px solid var(--border-ui); border-radius: var(--border-radius); overflow: hidden; position: relative;