Update nave
This commit is contained in:
parent
bce86ee840
commit
85195d6c7a
3 changed files with 14 additions and 207 deletions
|
|
@ -153,7 +153,7 @@
|
|||
class="flex flex-col p-6 rounded-lg border-2 cursor-pointer transition-all hover:shadow-md"
|
||||
:class="
|
||||
form.circle === option.value
|
||||
? 'border-neutral-900 bg-[--ui-bg]'
|
||||
? 'border-primary bg-primary/5'
|
||||
: 'border-neutral-200 hover:border-neutral-400'
|
||||
"
|
||||
>
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
type="radio"
|
||||
:value="option.value"
|
||||
name="circle"
|
||||
class="mb-3"
|
||||
class="sr-only"
|
||||
/>
|
||||
<div class="font-medium text-lg mb-2">{{ option.label }}</div>
|
||||
<div class="text-sm text-[--ui-text-muted]">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue