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:
parent
4545a8c8e3
commit
2dfb5a5bdf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue