Skip to content

Commit 020aba7

Browse files
committed
Add border to buttons
1 parent 21977fb commit 020aba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/controls/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { RequiredKeys } from "@/types/utility";
77
export const style = cva("flex items-center justify-center transition-colors shadow-sm px-3 py-2 gap-2 rounded-full", {
88
variants: {
99
color: {
10-
secondary: "bg-secondary hover:bg-secondary-light text-secondary-contrast"
10+
secondary: "bg-secondary hover:bg-secondary-light border-2 border-secondary-dark text-secondary-contrast"
1111
}
1212
}
1313
});

0 commit comments

Comments
 (0)