UPD: Key LEDs
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
:key="key" :class="{'outline outline-white ' : key === selected,
|
:key="key" :class="{'outline outline-white ' : key === selected,
|
||||||
'hover:outline outline-zinc-400' : key !== selected}"
|
'hover:outline outline-zinc-400' : key !== selected}"
|
||||||
class="aspect-square flex-1 rounded-[2px] flex items-center justify-center transition-all"
|
class="aspect-square flex-1 rounded-[2px] flex items-center justify-center transition-all"
|
||||||
:style="`box-shadow: 0 0 20px 0 ${color.hex()}`"
|
:style="`box-shadow: 0 3px 20px -2px ${color.hex()}`"
|
||||||
@click="$emit('select', key)">
|
@click="$emit('select', key)">
|
||||||
<span
|
<span
|
||||||
class="font-heading text-2xl transition-colors"
|
class="font-heading text-2xl transition-colors"
|
||||||
|
|||||||
Reference in New Issue
Block a user