From 494e80e59e92ff8de540cf39f85093d7a6a4e5e1 Mon Sep 17 00:00:00 2001 From: Estebene <49330942+TheWanderingRanger@users.noreply.github.com> Date: Thu, 13 May 2021 22:02:52 +1200 Subject: [PATCH] Fixed issue with accent colors --- src/sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/style.scss b/src/sass/style.scss index 2a172b679..a92ad4c09 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -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);