fix: Primary button text color
This commit is contained in:
parent
91176153a2
commit
d498e0f245
1 changed files with 2 additions and 1 deletions
|
|
@ -78,8 +78,9 @@
|
|||
|
||||
.btn.btn-primary {
|
||||
background-color: var(--primary-color);
|
||||
color: var(--white);
|
||||
white-space: nowrap;
|
||||
--icon-stroke: white;
|
||||
--icon-stroke: currentColor;
|
||||
--icon-fill-bg: var(--primary-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue