tint when theming correctly
This commit is contained in:
parent
8587b36715
commit
68115f5b9c
2 changed files with 8 additions and 3 deletions
|
@ -920,6 +920,8 @@ module.exports = React.createClass({
|
|||
styleElements[theme].disabled = false;
|
||||
|
||||
Tinter.calcCssFixups();
|
||||
const colors = Tinter.getCurrentColors();
|
||||
Tinter.tint(colors[0], colors[1]);
|
||||
|
||||
if (theme === 'dark') {
|
||||
// abuse the tinter to change all the SVG's #fff to #2d2d2d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue