colors: Adjust colors for selected apps

This commit is contained in:
Peter Cai 2022-08-27 16:08:40 -04:00
parent 6db4f84d35
commit f77281dc5b
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
<color name="colorTextPrimary">#333333</color>
<color name="colorTextSecondary">#999999</color>
<color name="disabledAppBackground">#E0F2F1</color>
<color name="selectedAppBackground">#EEEEEE</color>
<color name="selectedAppBackground">#E1E9E8</color>
<color name="selectedAndDisabledAppBackground">#CEE1E0</color>
</resources>