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