File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defineExpose({
2121<template >
2222 <button
2323 ref =" el"
24- class =" cursor-pointer inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md transition-all duration-200 disabled:(opacity-40 cursor-not-allowed) aria-pressed:(bg-fg text-bg border-fg hover:enabled:(text-bg/50))"
24+ class =" cursor-pointer inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md transition-all duration-200 disabled:(opacity-40 cursor-not-allowed border-transparent ) aria-pressed:(bg-fg text-bg border-fg hover:enabled:(text-bg/50))"
2525 :class =" {
2626 'text-sm px-4 py-2': variant !== 'tag',
2727 'text-xs px-2 py-0.5': variant === 'tag',
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const props = withDefaults(
2525<template >
2626 <span
2727 v-if =" disabled"
28- class =" opacity-50 inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md"
28+ class =" opacity-50 inline-flex gap-x-1 items-center justify-center font-mono border border-transparent rounded-md"
2929 :class =" {
3030 'text-sm px-4 py-2': variant !== 'tag',
3131 'text-xs px-2 py-0.5': variant === 'tag',
You can’t perform that action at this time.
0 commit comments