Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 7e8d6e7

Browse files
committed
Merge pull request #252 from nt1m/patch-1
Fix #183 - [firefox] Add invertIconForLightTheme: true
2 parents 28c6f58 + 66c3e06 commit 7e8d6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shells/firefox/main/ReactPanel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const ReactPanel = Class({
2020
label: 'React',
2121
tooltip: 'Debug & Develop React Apps',
2222
icon: './tool-react.png',
23+
invertIconForLightTheme: true,
2324
url: './panel.html',
2425
setup(options) {
2526
// this.debuggee = options.debuggee;

0 commit comments

Comments
 (0)