From 3873ef1188dbf95104ec7492fde8fb2c14d28243 Mon Sep 17 00:00:00 2001 From: Josh Larsen <2565382+joshlarsen@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:04:48 -0500 Subject: [PATCH] fix border color --- apps/www/.vitepress/theme/layout/ThemingLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/layout/ThemingLayout.vue b/apps/www/.vitepress/theme/layout/ThemingLayout.vue index 56398853..7a536819 100644 --- a/apps/www/.vitepress/theme/layout/ThemingLayout.vue +++ b/apps/www/.vitepress/theme/layout/ThemingLayout.vue @@ -98,7 +98,7 @@ 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)"