Skip to content

Commit

Permalink
Make text button color responsive to theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal committed Jun 7, 2020
1 parent b242368 commit d0ca9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/color/ultramarine_text_button.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/core_ultramarine" android:state_enabled="true" />
<item android:color="?attr/colorAccent" android:state_enabled="true" />
<item android:color="?attr/title_text_color_secondary" />
</selector>

0 comments on commit d0ca9ba

Please sign in to comment.