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 d2f86d2 commit 0f63f0eCopy full SHA for 0f63f0e
app/components/Button/Base.vue
@@ -44,7 +44,7 @@ defineExpose({
44
<template>
45
<button
46
ref="el"
47
-class="group gap-x-1 items-center justify-center font-mono border border-border rounded-md transition-all duration-200 cursor-pointer disabled:(opacity-40 cursor-not-allowed border-transparent)"
+ class="group gap-x-1 items-center justify-center font-mono border border-border rounded-md transition-all duration-200 cursor-pointer disabled:(opacity-40 cursor-not-allowed border-transparent)"
48
:class="{
49
'inline-flex': !block,
50
'flex': block,
0 commit comments