fix border color
This commit is contained in:
parent
3778a51feb
commit
3873ef1188
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user