1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-03-19 04:38:37 +03:00

[PM-10686] Change the background colour of the app launcher to Bitwarden's blue ()

This commit is contained in:
Álison Fernandes 2024-08-07 16:45:56 +01:00 committed by GitHub
parent 9484eebc70
commit d8471b41ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">@color/dark_gray</color>
<color name="ic_launcher_background">@color/blue_175DDC</color>
<color name="ic_shortcut_background">@color/white</color>
</resources>