Browse Source

Fix button hover color

JC Brand 3 years ago
parent
commit
0af72d41da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/shared/styles/themes/classic.scss

+ 1 - 0
src/shared/styles/themes/classic.scss

@@ -58,6 +58,7 @@
     --save-button-color: var(--green);
 
     --button-text-color: white;
+    --button-hover-text-color: white;
 
     --chat-background-color: white;
     --chat-textarea-color: #666;