We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805bb1b commit 3fe5e8aCopy full SHA for 3fe5e8a
packages/ui/src/radio/RadioFieldCard.tsx
@@ -20,6 +20,7 @@ const ClickableCard = styled(ButtonBase)`
20
21
const Card = styled(MuiCard)`
22
width: 100%;
23
+ border: none;
24
opacity: ${(props: { disabled?: boolean }) => (props.disabled ? 0.5 : 1)};
25
`;
26
0 commit comments