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