Set Fenix in dark mode
Open Addon submenu in Fenix main menu (in a page)
Check the icon near to "Report Site Issue"
Icon is white as other Fenix menu icons
Icon is black
@ekager @mcarare
https://github.com/mozilla-mobile/android-components/blob/master/components/feature/webcompat-reporter/src/main/assets/extensions/webcompat-reporter/manifest.json#L47
adding here theme_icons does nothing (broken feature?).
https://discourse.mozilla.org/t/use-theme-colors-for-svg-favicons/29165/2
"theme_icons": [{
"light": "icons/lightbulb.svg",
"dark": "icons/darkbulb.svg",
"size": 16
}, {
"light": "icons/lightbulb.svg",
"dark": "icons/darkbulb.svg",
"size": 32
}]
Is there another way i can do?
cc: @denschub
We're also tracking this at https://bugzilla.mozilla.org/show_bug.cgi?id=1644451, fwiw.
This is the icon that should be used from https://github.com/mozilla-mobile/fenix/pull/15884#issuecomment-712225770
https://github.com/mozilla-mobile/fenix/files/5402793/Report.Site.Icons.zip
Hi. any update on that issue? Now that the icon moved to the main menu, the color inconsistency in dark mode is more visible and quite obvious. Thanks ;)
Most helpful comment
We're also tracking this at https://bugzilla.mozilla.org/show_bug.cgi?id=1644451, fwiw.