1
0
Fork 0

No issue: Updates destructive colors

master
Sawyer Blatz 2019-04-29 12:34:33 -07:00 committed by Emily Kager
parent 70486039c0
commit bff50fa84c
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<color name="neutral_light_theme">@color/photonGrey30</color>
<color name="neutral_faded_light_theme">@color/photonGrey20</color>
<color name="shadow_light_theme">#1F000000</color>
<color name="destructive_light_theme">@color/photonRed60</color>
<color name="destructive_light_theme">#C50042</color>
<color name="scrimStart_light_theme">#F5393473</color>
<color name="scrimEnd_light_theme">#F520123A</color>
@ -33,7 +33,7 @@
<color name="neutral_dark_theme">@color/photonGrey20</color>
<color name="neutral_faded_dark_theme">#1FEDEDF0</color>
<color name="shadow_dark_theme">#050505</color>
<color name="destructive_dark_theme">#FF4F5E</color>
<color name="destructive_dark_theme">#FF6A75</color>
<color name="scrimStart_dark_theme">#F520123A</color>
<color name="scrimEnd_dark_theme">#F515141A</color>
@ -50,7 +50,7 @@
<color name="neutral_private_theme">@color/photonGrey20</color>
<color name="neutral_faded_private_theme">#1FEDEDF0</color>
<color name="shadow_private_theme">#2B1067</color>
<color name="destructive_private_theme">#FF4F5E</color>
<color name="destructive_private_theme">#FF6A75</color>
<color name="scrimStart_private_theme">#F520123A</color>
<color name="scrimEnd_private_theme">#F515141A</color>