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

[fenix] Add tint to settings icon on Tracking protection panel

This commit is contained in:
Arturo Mejia 2021-08-30 14:48:28 -04:00 committed by mergify[bot]
parent acb12761e4
commit 938992c39a

View File

@ -192,6 +192,7 @@
android:layout_height="@dimen/tracking_protection_item_height"
android:text="@string/etp_settings"
app:drawableStartCompat="@drawable/mozac_ic_settings"
app:drawableTint="?primaryText"
app:layout_constraintTop_toBottomOf="@id/line_divider" />
</androidx.constraintlayout.widget.ConstraintLayout>