Skip to content

Commit

Permalink
fixed colors of disabled circle
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 30, 2024
1 parent 49c24be commit 426d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-field/radio-box/radio-box-option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const radioBoxCircleStyles = {
unchecked: "group-hover:border-primary-600 group-hover:bg-neutral-0",
checked: "border-transparent",
disabled:
"bg-neutral-300 border-neutral-300 group-hover:border-neutral-300 group-hover:bg-neutral-300",
"bg-neutral-200 border-neutral-200 group-hover:border-neutral-200 group-hover:bg-neutral-200",
};

const Title = ({ children }: { children: React.ReactNode }) => (
Expand Down

0 comments on commit 426d926

Please sign in to comment.