[fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/default_launcher_background redirection

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent b430addc1b
commit eb90653144

@ -281,10 +281,9 @@
<color name="device_foreground">@color/photonInk80</color>
<!-- Launcher Icon colors -->
<color name="default_launcher_background">#FDFDFD</color>
<color name="nightly_launcher_background">#220033</color>
<color name="debug_launcher_background">@color/photonInk20</color>
<color name="ic_launcher_background">@color/default_launcher_background</color>
<color name="ic_launcher_background">#FDFDFD</color>
<!-- Button Colors -->
<color name="grey_button_color">@color/photonLightGrey30</color>

Loading…
Cancel
Save