Fixed issue with accent colors

This commit is contained in:
Estebene 2021-05-13 22:02:52 +12:00
parent 2ac4f24761
commit 494e80e59e

View file

@ -2736,7 +2736,7 @@ key {
.button.danger {
background: var(--error-color);
color: #eee;
color: var(--bg-color);
&:hover {
background: var(--text-color);
color: var(--bg-color);