[app] Replace yellow with pink (#442)

This commit is contained in:
tehcneko 2021-04-02 19:36:42 +08:00 committed by GitHub
parent caa1bef21f
commit 660e273594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<color name="material_green">@color/material_green_200</color>
<color name="material_light_green">@color/material_light_green_200</color>
<color name="material_lime">@color/material_lime_200</color>
<color name="material_yellow">@color/material_yellow_200</color>
<color name="material_yellow">#ffa0ab</color>
<color name="material_amber">@color/material_amber_200</color>
<color name="material_orange">@color/material_orange_200</color>
<color name="material_deep_orange">@color/material_deep_orange_200</color>

View File

@ -32,7 +32,7 @@
<color name="material_green">@color/material_green_500</color>
<color name="material_light_green">@color/material_light_green_500</color>
<color name="material_lime">@color/material_lime_500</color>
<color name="material_yellow">@color/material_yellow_500</color>
<color name="material_yellow">#ff9ca8</color>
<color name="material_amber">@color/material_amber_500</color>
<color name="material_orange">@color/material_orange_500</color>
<color name="material_deep_orange">@color/material_deep_orange_500</color>