Skip to content

Commit 42bb3d9

Browse files
committed
fix(style): modify hover styling
1 parent 8021ebd commit 42bb3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/TextAnimations/VariableProximityDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<button
3030
v-for="type in falloffTypes"
3131
:key="type"
32-
class="text-xs cursor-pointer bg-[#0b0b0b] rounded-[10px] border border-[#333] hover:bg-[#333] text-white h-8 px-3 transition-colors"
32+
class="text-xs cursor-pointer bg-[#0b0b0b] rounded-[10px] border border-[#333] hover:bg-[#222] text-white h-8 px-3 transition-colors"
3333
:class="{ 'bg-[#333]': falloff === type }"
3434
@click="falloff = type"
3535
>

0 commit comments

Comments
 (0)