Skip to content

Commit c095e9c

Browse files
authored
1 parent 0aa0986 commit c095e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/RadioGroup/RadioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const RadioGroupItem = React.forwardRef<
3030
<RadioGroupPrimitive.Item
3131
ref={ref}
3232
className={cn(
33-
`aspect-square h-4 w-4 rounded-full border border-solid border-border text-content-primary bg-surface-primary
33+
`relative aspect-square h-4 w-4 rounded-full border border-solid border-border text-content-primary bg-surface-primary
3434
focus:outline-none focus-visible:ring-2 focus-visible:ring-content-link
3535
focus-visible:ring-offset-4 focus-visible:ring-offset-surface-primary
3636
disabled:cursor-not-allowed disabled:opacity-25 disabled:border-surface-invert-primary

0 commit comments

Comments
 (0)