Skip to content

Commit

Permalink
fix: remove button leading
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 31, 2024
1 parent 1478fa5 commit 84835c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/src/components/ui/button/variants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ export const buttonVariants = cva(
)
export const styledButtonVariant = cva(
cn(
"inline-flex cursor-default select-none items-center justify-center gap-2 rounded-lg px-3 py-1.5 text-sm outline-offset-2 transition active:transition-none disabled:cursor-not-allowed",
"inline-flex cursor-default select-none items-center justify-center gap-2 rounded-lg px-3 py-2.5 text-sm outline-offset-2 transition active:transition-none disabled:cursor-not-allowed",
"ring-theme-accent/20 duration-200 focus:border-theme-accent/80 focus:outline-none focus:ring-2 disabled:ring-0",
"leading-none",
),
{
compoundVariants: [
Expand Down

0 comments on commit 84835c5

Please sign in to comment.