Skip to content

Commit 1662738

Browse files
authored
feat: [LM-2758] Removed extra border from RadioFieldCard (#606)
1 parent 805bb1b commit 1662738

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed
-148 Bytes
Loading
-141 Bytes
Loading
-304 Bytes
Loading
-297 Bytes
Loading

packages/ui/src/radio/RadioFieldCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const ClickableCard = styled(ButtonBase)`
2020

2121
const Card = styled(MuiCard)`
2222
width: 100%;
23+
border: none;
2324
opacity: ${(props: { disabled?: boolean }) => (props.disabled ? 0.5 : 1)};
2425
`;
2526

0 commit comments

Comments
 (0)