Skip to content

Commit 9d8b7c4

Browse files
committed
[fix] color uniformity
(cherry picked from commit 150f920430b01b09c0b0379995dc6d782db4122a)
1 parent 0c10a73 commit 9d8b7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/common/src/main/res/values/colors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<resources>
8-
<color name="colorPrimary">#009FE3</color>
9-
<color name="colorPrimaryDark">#008DC9</color>
8+
<color name="colorPrimary">#448aff</color>
9+
<color name="colorPrimaryDark">#3f51b5</color>
1010
<color name="colorAccent">@android:color/white</color>
1111
</resources>

0 commit comments

Comments
 (0)