소스 검색

Fix button hover color

JC Brand 3 년 전
부모
커밋
0af72d41da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;