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] }}