mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
fix(style): modify hover styling
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
<button
|
<button
|
||||||
v-for="type in falloffTypes"
|
v-for="type in falloffTypes"
|
||||||
:key="type"
|
:key="type"
|
||||||
class="text-xs cursor-pointer bg-[#0b0b0b] rounded-[10px] border border-[#333] hover:bg-[#333] text-white h-8 px-3 transition-colors"
|
class="text-xs cursor-pointer bg-[#0b0b0b] rounded-[10px] border border-[#333] hover:bg-[#222] text-white h-8 px-3 transition-colors"
|
||||||
:class="{ 'bg-[#333]': falloff === type }"
|
:class="{ 'bg-[#333]': falloff === type }"
|
||||||
@click="falloff = type"
|
@click="falloff = type"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user