Skip to content

Commit

Permalink
update outlined-secondary text color
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Oct 29, 2024
1 parent 3d56946 commit 7bcb1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui-shadcn/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ const buttonVariants = tv({
"outlined-error": "border-2 border-orange-600 bg-orange-50 text-orange-600",
"outlined-success": "border-2 border-moss-300 bg-moss-50 text-moss-300",
"outlined-primary": "border-2 border-brand bg-white text-brand",
"outlined-secondary": "border-2 border-neutral-600 bg-white text-neutral-600",
"outlined-secondary": "border-2 border-neutral-600 bg-white text-black",
disabled: "border-neutral-100 bg-neutral-100 text-neutral-600",
"outlined-disabled": "border-2 border-neutral-600 bg-white text-neutral-600",
},
size: {
sm: "h-[24px] px-[8px] py-[6px]",
md: "h-[32px] px-[12px] py-[8px]",
lg: "h-[40px] px-[16px] py-[10px]",
icon: "h-[32px] w-[32px] p-0",
icon: "size-32 p-0",
default: "h-[32px] px-[12px] py-[8px]",
},
},
Expand Down

0 comments on commit 7bcb1c4

Please sign in to comment.