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 c3029c0 commit affe7f1Copy full SHA for affe7f1
src/components/input/RadioGroup.tsx
@@ -42,7 +42,7 @@ function Radio<T extends RadioValue>({
42
aria-checked={isSelected}
43
aria-disabled={disabled}
44
className={classnames(
45
- 'focus-visible-ring rounded-lg px-3 py-2 grow group',
+ 'focus-visible-ring rounded-lg px-3 py-2 flex-1 group',
46
{
47
'bg-grey-3/50': isSelected,
48
'hover:bg-grey-3/25': !isSelected && !disabled,
0 commit comments