fix radio having checkmark instead of dot

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

View file

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