Bug 1862231 - Translations UI Fix the translation icon colour if the theme is light.

fenix/121.0
iorgamgabriel 8 months ago committed by mergify[bot]
parent fa90ae2024
commit 828c3c5e99

@ -223,9 +223,10 @@ class BrowserFragment : BaseBrowserFragment(), UserInteractionHandler {
image = AppCompatResources.getDrawable(
context,
R.drawable.mozac_ic_translate_24,
)!!,
imageSelected =
AppCompatResources.getDrawable(
)!!.apply {
setTint(ContextCompat.getColor(context, R.color.fx_mobile_text_color_primary))
},
imageSelected = AppCompatResources.getDrawable(
context,
R.drawable.mozac_ic_translate_24,
)!!,

Loading…
Cancel
Save