Skip to content

Commit 6bcda0b

Browse files
committed
update new name
1 parent ee33b02 commit 6bcda0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Radio/Radio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type RadioProps = {
4242

4343
const StyledRadio = styled.input`
4444
${sharedCheckboxAndRadioStyles};
45-
border-radius: var(--primer-borderRadius-full, 100vh);
45+
border-radius: var(--borderRadius-full, 100vh);
4646
transition: background-color, border-color 80ms cubic-bezier(0.33, 1, 0.68, 1); /* checked -> unchecked - add 120ms delay to fully see animation-out */
4747
4848
&:checked {

0 commit comments

Comments
 (0)