fix: make radio card tabable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user