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 0f9d174 commit 06d4847Copy full SHA for 06d4847
app/components/Link/Base.vue
@@ -76,7 +76,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
76
class="group inline-flex gap-x-1 items-center justify-center"
77
:class="{
78
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/30': !isLinkAnchor && isLink,
79
- 'font-mono text-fg hover:(no-underline text-accent) focus-visible:(no-underline text-accent) transition-color duration-200':
+ 'font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200':
80
isLink,
81
'font-mono border border-border rounded-md transition-all duration-200': isButton,
82
'text-sm px-4 py-2': isButtonMedium,
0 commit comments