From 9c452549529755c4ad6fc5b3b72a2c1a88bb1e61 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 28 Jan 2026 13:08:22 -0800 Subject: [PATCH] Fix template tag theme colors --- src-web/components/core/Editor/Editor.css | 4 ++-- src-web/lib/theme/window.ts | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index ffe43a12..34679684 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -101,8 +101,8 @@ .template-tag { /* Colors */ - @apply bg-surface text-text border-border-subtle whitespace-nowrap cursor-default; - @apply hover:border-border-subtle hover:text-text hover:bg-surface-highlight; + @apply bg-surface text-text-subtle border-border-subtle whitespace-nowrap cursor-default; + @apply hover:border-border hover:text-text hover:bg-surface-highlight; @apply inline border px-1 mx-[0.5px] rounded dark:shadow; diff --git a/src-web/lib/theme/window.ts b/src-web/lib/theme/window.ts index fb2c1f46..ee0a41e1 100644 --- a/src-web/lib/theme/window.ts +++ b/src-web/lib/theme/window.ts @@ -104,11 +104,12 @@ function templateTagColorVariables(color: YaakColor | null): Partial