Skip to content

Commit aa1038e

Browse files
author
Luke Pacholski
authored
Merge pull request #670 from Abykin/1907
Fix adobe#1907: menus don't have a dark theme anymore
2 parents 952a5fb + dd0aab7 commit aa1038e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/view/ThemeManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ define(function (require, exports, module) {
237237
return result.content;
238238
})
239239
.then(function (cssContent) {
240+
$("body").toggleClass("dark", theme.dark);
240241
styleNode.text(cssContent);
241242
$("body").attr('data-theme',theme.name);
242243
pending.resolve(theme);

0 commit comments

Comments
 (0)