From 4dce9cffbfc317a1dde4bc606d7ceab0f683922f Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:05:48 +0200 Subject: [PATCH] Let select use 'ui' border style --- ts/lib/components/Select.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/lib/components/Select.svelte b/ts/lib/components/Select.svelte index 482501a10..bbe1d8866 100644 --- a/ts/lib/components/Select.svelte +++ b/ts/lib/components/Select.svelte @@ -262,7 +262,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html display: flex; flex-flow: row; justify-content: space-between; - border-color: var(border-ui); + border-color: var(--border-ui); .inner { flex-grow: 1;