Skip to content

Commit 7bec902

Browse files
committed
fix: change to min width fit
1 parent e459c19 commit 7bec902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { cn } from "utils/cn";
99

1010
export const buttonVariants = cva(
1111
`inline-flex items-center justify-center gap-1 whitespace-nowrap
12-
border-solid rounded-md transition-colors min-w-20
12+
border-solid rounded-md transition-colors min-w-fit
1313
text-sm font-semibold font-medium cursor-pointer no-underline
1414
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-content-link
1515
disabled:pointer-events-none disabled:text-content-disabled

0 commit comments

Comments
 (0)