From d687a13cb7b4efade728241515e1f7ea6dbca0ae Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sun, 27 Feb 2022 21:22:48 +0100 Subject: [PATCH] revert commit, button color are broken without this --- src/styles/main.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index 7888808..30444ce 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1330,6 +1330,12 @@ canvas[width="250"][height="250"] { font-size: 10px; } +// fix play buttons color going green (#174) +.encore-bright-accent-set { + --background-highlight: var(--spice-button) !important; + --background-press: var(--spice-button-active) !important; +} + // hide the triangle under the connect button .control-button--active::after { display: none;