Skip to content

Commit

Permalink
feat: added white background to radio-box-option.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 16, 2024
1 parent 049e241 commit 6630768
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 @@ -12,7 +12,7 @@ export interface RadioBoxOptionProps {
}

export const radioBoxContainerStyles = {
base: "group relative flex items-center gap-3 rounded-lg border p-4 border-neutral-300 hover:border-primary-500 hover:bg-primary-50",
base: "group relative flex items-center gap-3 rounded-lg bg-neutral-0 border p-4 border-neutral-300 hover:border-primary-500 hover:bg-primary-50",
checked: "border-primary-500 bg-primary-500 hover:bg-primary-500 hover:text-neutral-0",
disabled:
"border-neutral-400 bg-neutral-100 group-hover:border-neutral-400 group-hover:bg-neutral-100 hover:border-neutral-400 hover:bg-neutral-100",
Expand Down

0 comments on commit 6630768

Please sign in to comment.