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 06d4847 commit cd95139Copy full SHA for cd95139
app/components/Link/Base.vue
@@ -81,7 +81,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
81
'font-mono border border-border rounded-md transition-all duration-200': isButton,
82
'text-sm px-4 py-2': isButtonMedium,
83
'text-xs px-2 py-0.5': isButtonSmall,
84
- 'bg-transparent text-fg hover:(bg-fg/30) focus-visible:(bg-fg/30)':
+ 'bg-transparent text-fg hover:(bg-fg/10) focus-visible:(bg-fg/10)':
85
variant === 'button-secondary',
86
'text-bg bg-fg hover:(bg-fg/50) focus-visible:(bg-fg/50)': variant === 'button-primary',
87
}"
0 commit comments