From c38624cb508c9b8a78b7b73ecb85ac362e448e3f Mon Sep 17 00:00:00 2001 From: Josh Larsen <2565382+joshlarsen@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:45:11 -0500 Subject: [PATCH] fix: theme switcher current colors (#198) * fix border color * match bg color closer to border * fix tooltip bg color --- apps/www/.vitepress/theme/layout/ThemingLayout.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/.vitepress/theme/layout/ThemingLayout.vue b/apps/www/.vitepress/theme/layout/ThemingLayout.vue index 56398853..cb810ae3 100644 --- a/apps/www/.vitepress/theme/layout/ThemingLayout.vue +++ b/apps/www/.vitepress/theme/layout/ThemingLayout.vue @@ -98,14 +98,14 @@ watch(radius, (radius) => { class="flex h-9 w-9 items-center justify-center rounded-full border-2 border-border text-xs" :class=" color === theme - ? 'border-foreground' + ? 'border-primary' : 'border-transparent' " @click="setTheme(color)" > { {{ allColors[index] }}