Skip to content

Commit

Permalink
Link add gap
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 17, 2024
1 parent 7c8ea62 commit 961f721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface LinkProps extends AriaLinkProps {

const styles = tv({
extend: focusRing,
base: "inline-flex items-center justify-center whitespace-nowrap rounded-md font-medium transition-colors cursor-default",
base: "inline-flex gap-2 items-center justify-center whitespace-nowrap rounded-md font-medium transition-colors cursor-default",
variants: {
variant: {
primary: "text-primary hover:text-primary/90",
Expand Down

0 comments on commit 961f721

Please sign in to comment.