Skip to content

Commit

Permalink
refactor(radio): ♻️ remove themeColor getting passed to dom
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jun 23, 2022
1 parent f6ae956 commit cd2aa45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/radio/RadioInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const useRadioInput = createHook<RadioInputOptions>(
state,
isChecked,
size,
themeColor,
icon,
label,
description,
Expand Down

0 comments on commit cd2aa45

Please sign in to comment.