Skip to content

Commit e8a1553

Browse files
committed
optimize color
1 parent 7553c2d commit e8a1553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mobile/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<resources>
33
<color name="background_selected">@color/material_primary_100</color>
44
<color name="background_stat">@color/material_primary_300</color>
5-
<color name="material_amber_a700">#039be5</color>
5+
<color name="material_amber_a700">#76ff03</color>
66
</resources>

plugin/src/main/res/values/colors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<resources>
44

5-
<color name="material_green_700">#03a9f4</color>
6-
<color name="material_green_a700">#03b5f4</color>
5+
<color name="material_green_700">#76ff03</color>
6+
<color name="material_green_a700">#76ff03</color>
77
<color name="material_blue_grey_100">#B2DFDB</color>
88
<color name="material_blue_grey_300">#63ccff</color>
99
<color name="material_blue_grey_500">#42a5f5</color>

0 commit comments

Comments
 (0)