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:
parent
1953a9cafe
commit
98ac6d30c2
@ -260,7 +260,8 @@ open class DefaultToolbarMenu(
|
||||
}
|
||||
|
||||
val reportSiteIssuePlaceholder = WebExtensionPlaceholderMenuItem(
|
||||
id = WebCompatReporterFeature.WEBCOMPAT_REPORTER_EXTENSION_ID
|
||||
id = WebCompatReporterFeature.WEBCOMPAT_REPORTER_EXTENSION_ID,
|
||||
iconTintColorResource = primaryTextColor()
|
||||
)
|
||||
|
||||
val addToHomeScreenItem = BrowserMenuImageText(
|
||||
|
Loading…
Reference in New Issue
Block a user