fix radio having checkmark instead of dot

This commit is contained in:
Henry Jameson 2025-03-13 12:38:40 +02:00
parent 400829fdde
commit 225352e090

View file

@ -114,6 +114,10 @@ export default {
&::before {
border-radius: 9999px;
}
&::before {
content: "•";
}
}
}