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

Commit c2738e2

Browse files
FableJamesbenjamin-cheng
authored andcommitted
Replace hexadecimal color values with resource
1 parent 2b1d84a commit c2738e2

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="#FFFFFF" app:state_night="true" />
7+
<item android:color="@color/paletteWhite100" app:state_night="true" />
88
<item android:color="@color/colorPrimary" />
99
</selector>

0 commit comments

Comments
 (0)