Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #21973 - Remove @color/destructive_light_theme redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed Oct 29, 2021
1 parent 1eb41ff commit a99b7d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<color name="accent_light_theme">@color/photonInk20</color>
<color name="accent_bright_light_theme">@color/photonViolet70</color>
<color name="about_link_normal_theme">@color/photonViolet70</color>
<color name="destructive_light_theme">@color/photonRed70</color>
<color name="disabled_light_theme">#6620123A</color>
<color name="scrimStart_light_theme">#F515141A</color>
<color name="scrimEnd_light_theme">#F542414D</color>
Expand Down Expand Up @@ -163,7 +162,7 @@
<color name="neutral_normal_theme">@color/photonGrey30</color>
<color name="neutral_faded_normal_theme">@color/photonGrey20</color>
<color name="shadow_normal_theme">#1F000000</color>
<color name="destructive_normal_theme">@color/destructive_light_theme</color>
<color name="destructive_normal_theme">@color/photonRed70</color>
<color name="disabled_normal_theme">@color/disabled_light_theme</color>
<color name="scrimStart_normal_theme">@color/scrimStart_light_theme</color>
<color name="scrimEnd_normal_theme">@color/scrimEnd_light_theme</color>
Expand Down

0 comments on commit a99b7d3

Please sign in to comment.