Simplify outlined button style name

This commit is contained in:
arkon
2020-04-25 12:02:14 -04:00
parent a95ac8ad83
commit 4da760d614
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -248,7 +248,7 @@
<item name="rippleColor">?attr/colorAccent</item>
</style>
<style name="Theme.Widget.Button.Outlined.Accent" parent="Widget.MaterialComponents.Button.OutlinedButton">
<style name="Theme.Widget.Button.Outlined" parent="Widget.MaterialComponents.Button.OutlinedButton">
<item name="android:textColor">?attr/colorAccent</item>
<item name="rippleColor">?attr/colorAccent</item>
</style>