aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/rounded_rectangle_primary.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/drawable/rounded_rectangle_primary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/rounded_rectangle_primary.xml b/src/main/res/drawable/rounded_rectangle_primary.xml
index 3a32aa8e5..8ea2b0b5c 100644
--- a/src/main/res/drawable/rounded_rectangle_primary.xml
+++ b/src/main/res/drawable/rounded_rectangle_primary.xml
@@ -8,7 +8,7 @@
android:left="2dp"
android:right="2dp"
android:top="2dp" />
- <solid android:color="@color/primary" />
+ <solid android:color="?attr/colorAccent" />
<corners android:radius="6dp" />
</shape>
</item>