Skip to content

Commit

Permalink
color accent changed tto blue in dark theme (#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit1414 authored and maskaravivek committed Dec 16, 2019
1 parent 28e96eb commit ecf6bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<item name="icon">@color/primaryTextColor</item>
<item name="colorPrimary">@color/primaryColor</item>
<item name="colorPrimaryDark">@color/primaryDarkColor</item>
<item name="colorAccent">@color/white</item>
<item name="colorAccent">@color/primaryColor</item>
<item name="colorButtonNormal">@color/primaryColor</item>
<item name="bookmarkButtonColor">@color/button_blue_dark</item>
<item name="rowButtonColor">@color/button_blue_dark</item>
Expand Down

0 comments on commit ecf6bd9

Please sign in to comment.