fix secondary button active color

This commit is contained in:
keyan 2023-07-26 11:04:19 -05:00
parent 672853a7ea
commit 5fb5b5c5e5
1 changed files with 2 additions and 1 deletions

View File

@ -501,8 +501,9 @@ div[contenteditable]:focus,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:disabled {
color: #ffffff;
color: #ffffff !important;
}
.btn-twitter svg {