From 18571e252a4bd3e798118f527400aad81f1c4140 Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Fri, 13 Mar 2026 14:57:23 -0700 Subject: [PATCH] adjust badge color for selected dropdown item --- app/ui/styles/themes/selection.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/styles/themes/selection.css b/app/ui/styles/themes/selection.css index af5101f866..c1c89dedfe 100644 --- a/app/ui/styles/themes/selection.css +++ b/app/ui/styles/themes/selection.css @@ -28,7 +28,7 @@ & .ox-tag, & .ox-button:not(.btn-ghost), & .ox-radio-card { - --content-default: var(--content-inverse); + --content-default: var(--content-accent-secondary); --content-accent: var(--content-inverse); --surface-accent-secondary: var(--theme-accent-100); --surface-accent-secondary-hover: var(--theme-accent-200);