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 3255a06 commit bcc1a2dCopy full SHA for bcc1a2d
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/50': !isLinkAnchor && isLink,
79
- 'text-fg hover:(no-underline text-fg/50) focus-visible:(no-underline text-fg/50) transition-colors duration-200':
+ '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,
82
'text-sm px-4 py-2': isButtonMedium,
0 commit comments