fix: btn-default, btn-secondary text color

This commit is contained in:
prssanna 2020-06-29 16:33:04 +05:30
parent 11ca95264e
commit 10914e2a8f

View file

@ -118,6 +118,7 @@ img {
.btn-secondary, .btn-default {
background-color: $control-bg;
color: var(--grey-800);
}
.btn-primary {