Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 2b1d84a

Browse files
FableJamesbenjamin-cheng
authored andcommitted
Fix tint color
1 parent b07b435 commit 2b1d84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/color/tab_tray_private_btn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<selector xmlns:android="http://schemas.android.com/apk/res/android"
66
xmlns:app="http://schemas.android.com/apk/res-auto" >
7-
<item android:color="#C4C4C4" app:state_night="true" />
7+
<item android:color="#FFFFFF" app:state_night="true" />
88
<item android:color="@color/colorPrimary" />
99
</selector>

0 commit comments

Comments
 (0)