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 21977fb commit 020aba7Copy full SHA for 020aba7
src/components/controls/Button.tsx
@@ -7,7 +7,7 @@ import { RequiredKeys } from "@/types/utility";
7
export const style = cva("flex items-center justify-center transition-colors shadow-sm px-3 py-2 gap-2 rounded-full", {
8
variants: {
9
color: {
10
- secondary: "bg-secondary hover:bg-secondary-light text-secondary-contrast"
+ secondary: "bg-secondary hover:bg-secondary-light border-2 border-secondary-dark text-secondary-contrast"
11
}
12
13
});
0 commit comments