2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

For #10848 - Fixes 3 dot menu color in tab tray

This commit is contained in:
Jeff Boek 2020-05-29 18:02:46 -07:00
parent 56de4c4c65
commit 8b24970aaf

View File

@ -8,6 +8,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?tabTrayHeadingIcon"
android:fillColor="@color/accent_normal_theme"
android:pathData="M14,6a2,2 0,1 1,-4 0,2 2,0 0,1 4,0zM14,12a2,2 0,1 1,-4 0,2 2,0 0,1 4,0zM12,20a2,2 0,1 0,0 -4,2 2,0 0,0 0,4z" />
</vector>