fix: Primary button text color

This commit is contained in:
Suraj Shetty 2021-03-02 14:11:41 +05:30
parent 91176153a2
commit d498e0f245

View file

@ -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);
}