Skip to content

Commit

Permalink
Fix #453
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsiddharthks authored and mhutti1 committed Feb 18, 2018
1 parent e88c5d2 commit 49b0f39
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 @@ -76,7 +76,7 @@

<style name="AppTheme.Dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="colorAccent">@color/accent</item>
<item name="android:textColorPrimary">@color/accent</item>
<item name="android:textColorPrimary">@color/primary_dark</item>
</style>

</resources>
Expand Down

0 comments on commit 49b0f39

Please sign in to comment.