Skip to content

Commit cd95139

Browse files
committed
style: reduce hover button contrast
1 parent 06d4847 commit cd95139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
8181
'font-mono border border-border rounded-md transition-all duration-200': isButton,
8282
'text-sm px-4 py-2': isButtonMedium,
8383
'text-xs px-2 py-0.5': isButtonSmall,
84-
'bg-transparent text-fg hover:(bg-fg/30) focus-visible:(bg-fg/30)':
84+
'bg-transparent text-fg hover:(bg-fg/10) focus-visible:(bg-fg/10)':
8585
variant === 'button-secondary',
8686
'text-bg bg-fg hover:(bg-fg/50) focus-visible:(bg-fg/50)': variant === 'button-primary',
8787
}"

0 commit comments

Comments
 (0)