Fixed unimportant general button style uses the wrong colors.

This commit is contained in:
Anton Chekulaev
2020-08-24 18:46:09 +10:00
parent 5e5b88148d
commit 7c046223be
2 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
<corners android:radius="@dimen/medium_button_corner_radius" />
<stroke android:width="@dimen/border_thickness" android:color="?colorAccent" />
<stroke android:width="@dimen/border_thickness" android:color="?android:textColorPrimary" />
</shape>