fix(style): use dark placeholder on dark theme (#802)

fixes #797
This commit is contained in:
Nolan Lawson 2018-12-13 21:32:37 -08:00 committed by GitHub
parent 15e8840eb6
commit 25793e2fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
--action-button-deemphasized-fill-color-pressed-hover: #{darken($deemphasized-color, 2%)};
--action-button-deemphasized-fill-color-pressed-active: #{darken($deemphasized-color, 15%)};
--loading-bg: #{#ededed};
--loading-bg: #{#222};
--deemphasized-text-color: #{$deemphasized-color};