Skip to content

Commit

Permalink
Changed the dark theme launcher background colour to the Bitwarden blue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkgang committed Aug 7, 2024
1 parent 59ba585 commit e867ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit e867ebb

Please sign in to comment.