fix: fixed graying out buttons in dark mode (#5921)

This commit is contained in:
Rukario 2023-10-25 11:16:11 -07:00 committed by GitHub
parent 901de536a3
commit 72a86bdf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ $image-play-circle-idle: '../img/play-circle-idle.svg';
--color-fg-primary: #{$dark-mode-white};
--color-fg-secondary: #{$nice-grey};
--color-fg-on-popup: #{$nice-grey};
--color-fg-disabled: #{$dark-mode-white};
--color-fg-disabled: #808088;
--color-bg-warn: #cf6679;
--color-fg-warn: #{$dark-mode-black};
--color-border: #{$dark-mode-white};