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 ee33b02 commit 6bcda0bCopy full SHA for 6bcda0b
src/Radio/Radio.tsx
@@ -42,7 +42,7 @@ export type RadioProps = {
42
43
const StyledRadio = styled.input`
44
${sharedCheckboxAndRadioStyles};
45
- border-radius: var(--primer-borderRadius-full, 100vh);
+ border-radius: var(--borderRadius-full, 100vh);
46
transition: background-color, border-color 80ms cubic-bezier(0.33, 1, 0.68, 1); /* checked -> unchecked - add 120ms delay to fully see animation-out */
47
48
&:checked {
0 commit comments