fix: make radio card tabable
This commit is contained in:
@@ -28,7 +28,7 @@ export default function Card({
|
|||||||
const { register } = useFormContext()
|
const { register } = useFormContext()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<label className={styles.label} data-declined={declined}>
|
<label className={styles.label} data-declined={declined} tabIndex={0}>
|
||||||
<Caption className={styles.title} type="label" uppercase>
|
<Caption className={styles.title} type="label" uppercase>
|
||||||
{title}
|
{title}
|
||||||
</Caption>
|
</Caption>
|
||||||
|
|||||||
Reference in New Issue
Block a user