2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/19558 - Adds proper tint to "Report Site Issue"

This commit is contained in:
codrut.topliceanu 2021-07-01 16:21:00 +03:00 committed by mergify[bot]
parent 1953a9cafe
commit 98ac6d30c2

View File

@ -260,7 +260,8 @@ open class DefaultToolbarMenu(
} }
val reportSiteIssuePlaceholder = WebExtensionPlaceholderMenuItem( val reportSiteIssuePlaceholder = WebExtensionPlaceholderMenuItem(
id = WebCompatReporterFeature.WEBCOMPAT_REPORTER_EXTENSION_ID id = WebCompatReporterFeature.WEBCOMPAT_REPORTER_EXTENSION_ID,
iconTintColorResource = primaryTextColor()
) )
val addToHomeScreenItem = BrowserMenuImageText( val addToHomeScreenItem = BrowserMenuImageText(