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 0aa0986 commit c095e9cCopy full SHA for c095e9c
site/src/components/RadioGroup/RadioGroup.tsx
@@ -30,7 +30,7 @@ export const RadioGroupItem = React.forwardRef<
30
<RadioGroupPrimitive.Item
31
ref={ref}
32
className={cn(
33
- `aspect-square h-4 w-4 rounded-full border border-solid border-border text-content-primary bg-surface-primary
+ `relative aspect-square h-4 w-4 rounded-full border border-solid border-border text-content-primary bg-surface-primary
34
focus:outline-none focus-visible:ring-2 focus-visible:ring-content-link
35
focus-visible:ring-offset-4 focus-visible:ring-offset-surface-primary
36
disabled:cursor-not-allowed disabled:opacity-25 disabled:border-surface-invert-primary
0 commit comments