Bug 1891342 - Part 2: Update iconAccentViolet color to Violet70 r=android-reviewers...
[gecko.git] / mobile / android / fenix / app / src / main / res / color / tab_checkbox_tint.xml
blobf494c305d9073e2f69b7322b0d7dc3fd491f392f
1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this
3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4 <selector xmlns:android="http://schemas.android.com/apk/res/android">
5     <item android:color="?attr/textSecondary" android:state_checked="false" />
6     <item android:color="?accent" android:state_checked="true" />
7 </selector>