Skip to content

Commit

Permalink
fix hover state for primary outline buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jul 12, 2024
1 parent 5361f06 commit ba992fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Base/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const { theme } = useTheme();
&.outline {
--color: var(--primary);
--background-color: var(--background);
--background-color-hover: var(--background);
--background-color-hover: color-mix(in srgb, var(--background) 100%, transparent 50%);
}
}
Expand Down

0 comments on commit ba992fe

Please sign in to comment.