1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-02 21:35:16 +00:00

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;
}
.form-radio {
@apply bg-none text-primary accent-primary;
@apply bg-none text-primary border-primary accent-primary;
}
.radio-label {
@apply pl-2;