For #23260 - Remove @color/debug_launcher_background redirection

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 75d894fef2
commit 72cea86304

@ -3,5 +3,5 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<color name="ic_launcher_background">@color/debug_launcher_background</color>
<color name="ic_launcher_background">@color/photonInk20</color>
</resources>

@ -261,7 +261,6 @@
<color name="device_foreground">@color/photonInk80</color>
<!-- Launcher Icon colors -->
<color name="debug_launcher_background">@color/photonInk20</color>
<color name="ic_launcher_background">#FDFDFD</color>
<!-- Button Colors -->

Loading…
Cancel
Save