Skip to content

Commit

Permalink
[fix] color uniformity
Browse files Browse the repository at this point in the history
(cherry picked from commit 150f920430b01b09c0b0379995dc6d782db4122a)
  • Loading branch information
glemestre committed Jun 13, 2019
1 parent 0c10a73 commit 9d8b7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/common/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->

<resources>
<color name="colorPrimary">#009FE3</color>
<color name="colorPrimaryDark">#008DC9</color>
<color name="colorPrimary">#448aff</color>
<color name="colorPrimaryDark">#3f51b5</color>
<color name="colorAccent">@android:color/white</color>
</resources>

0 comments on commit 9d8b7c4

Please sign in to comment.