Skip to content

Commit

Permalink
optimize color
Browse files Browse the repository at this point in the history
  • Loading branch information
BROBIRD committed Mar 7, 2020
1 parent 7553c2d commit e8a1553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mobile/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<resources>
<color name="background_selected">@color/material_primary_100</color>
<color name="background_stat">@color/material_primary_300</color>
<color name="material_amber_a700">#039be5</color>
<color name="material_amber_a700">#76ff03</color>
</resources>
4 changes: 2 additions & 2 deletions plugin/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<resources>

<color name="material_green_700">#03a9f4</color>
<color name="material_green_a700">#03b5f4</color>
<color name="material_green_700">#76ff03</color>
<color name="material_green_a700">#76ff03</color>
<color name="material_blue_grey_100">#B2DFDB</color>
<color name="material_blue_grey_300">#63ccff</color>
<color name="material_blue_grey_500">#42a5f5</color>
Expand Down

0 comments on commit e8a1553

Please sign in to comment.