fix border color

This commit is contained in:
Josh Larsen 2023-12-01 16:04:48 -05:00
parent 3778a51feb
commit 3873ef1188
No known key found for this signature in database

View File

@ -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="flex h-9 w-9 items-center justify-center rounded-full border-2 border-border text-xs"
:class=" :class="
color === theme color === theme
? 'border-foreground' ? 'border-primary'
: 'border-transparent' : 'border-transparent'
" "
@click="setTheme(color)" @click="setTheme(color)"