fix: make radio card tabable

This commit is contained in:
Christel Westerberg
2024-10-18 15:40:39 +02:00
parent ae87b64cd5
commit fb68759720

View File

@@ -28,7 +28,7 @@ export default function Card({
const { register } = useFormContext()
return (
<label className={styles.label} data-declined={declined}>
<label className={styles.label} data-declined={declined} tabIndex={0}>
<Caption className={styles.title} type="label" uppercase>
{title}
</Caption>