Skip to content

Commit ed217c1

Browse files
authored
use primary icon color for menu icon on the nav bar (#6075)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1208671518894266/task/1210248310047072?focus=true ### Description Use primary icon color for menu icon on the nav bar.
1 parent 051eba0 commit ed217c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/layout/view_browser_navigation_bar.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@
158158
android:layout_gravity="center"
159159
android:contentDescription="@string/browserPopupMenu"
160160
android:scaleType="center"
161-
android:src="@drawable/ic_menu_vertical_24"
162-
app:tint="?daxColorPrimaryIcon" />
161+
android:src="@drawable/ic_menu_vertical_24" />
163162
</FrameLayout>
164163

165164
</LinearLayout>

0 commit comments

Comments
 (0)