Skip to content

Commit 0cdf1dc

Browse files
committed
Add default gap to button
1 parent 57d9eae commit 0cdf1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/controls/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { twMerge } from "tailwind-merge";
44

55
import { RequiredKeys } from "@/types/utility";
66

7-
export const style = cva("flex items-center justify-center transition-colors shadow-sm px-3 py-2 rounded-md", {
7+
export const style = cva("flex items-center justify-center transition-colors shadow-sm px-3 py-2 gap-2 rounded-md", {
88
variants: {
99
color: {
1010
secondary: "bg-secondary hover:bg-secondary-dark text-secondary-contrast"

0 commit comments

Comments
 (0)