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)"