Fix bootstrap button secondary accessibility
This commit is contained in:
parent
7c1498f01c
commit
55d5c0aa7c
|
@ -49,6 +49,10 @@ body {
|
|||
font-family: $main-fonts;
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
--bs-btn-color: #{pvar(--greyForegroundColor)};
|
||||
}
|
||||
|
||||
.flex-auto {
|
||||
flex: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue