Skip to content

Commit

Permalink
fix(RadioOption): proper disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Mar 8, 2023
1 parent 356f4d0 commit 675ea89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const RadioOption = (props) => {
_last={{ borderBottomRadius: "xl" }}
boxShadow="none !important"
_active={{ bg: null }}
disabled
isDisabled
>
<Flex as="label" py="4" px="5" alignItems="center">
{props?.RightComponent && <props.RightComponent />}
Expand Down

0 comments on commit 675ea89

Please sign in to comment.