Skip to content

Commit

Permalink
Dashboard: update primary color to match pie default accent again
Browse files Browse the repository at this point in the history
  • Loading branch information
gcantoni committed Apr 4, 2019
1 parent fcd3b18 commit edf8278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>
<color name="colorPrimary">#1a73e8</color>
<color name="colorPrimaryDark">#fafafa</color>
<color name="colorAccent">#a01a73e8</color>
<color name="colorAccent">#1a73e8</color>
<color name="colorWhite">#fff</color>
<color name="colorBottom">#8d8d8d</color>
<color name="colorDivider">#424242</color>
Expand Down

0 comments on commit edf8278

Please sign in to comment.