Add the border-primary color to <o-radio> for consistency with the <o-checkbox> design

This commit is contained in:
Massedil
2024-11-13 18:13:31 +01:00
committed by setop
parent 4545a8c8e3
commit 2dfb5a5bdf

View File

@@ -250,7 +250,7 @@ body {
@apply mr-2; @apply mr-2;
} }
.form-radio { .form-radio {
@apply bg-none text-primary accent-primary; @apply bg-none text-primary border-primary accent-primary;
} }
.radio-label { .radio-label {
@apply pl-2; @apply pl-2;