1
0
Fork 0

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

master
Jeff Boek 2020-05-29 18:02:46 -07:00
parent 56de4c4c65
commit 8b24970aaf
1 changed files with 1 additions and 1 deletions

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>