Skip to content

Commit

Permalink
Adjust button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jun 19, 2024
1 parent f1d5337 commit 3a97423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ui/components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const buttonVariants = cva(
cn(
"flex text-sm leading-[157%] items-center justify-center text-[#292929] gap-2 font-medium",
"no-underline cursor-pointer transition-all duration-200 ease-in-out w-fit rounded-md",
"border-none focus:shadow-button-focus",
"border-none focus:shadow-button-focus disabled:cursor-not-allowed",
),

{
Expand Down

0 comments on commit 3a97423

Please sign in to comment.