We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8021ebd commit 42bb3d9Copy full SHA for 42bb3d9
src/demo/TextAnimations/VariableProximityDemo.vue
@@ -29,7 +29,7 @@
29
<button
30
v-for="type in falloffTypes"
31
: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"
+ class="text-xs cursor-pointer bg-[#0b0b0b] rounded-[10px] border border-[#333] hover:bg-[#222] text-white h-8 px-3 transition-colors"
33
:class="{ 'bg-[#333]': falloff === type }"
34
@click="falloff = type"
35
>
0 commit comments