mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
fix: fixed graying out buttons in dark mode (#5921)
This commit is contained in:
parent
901de536a3
commit
72a86bdf45
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue