summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/translation_border.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/translation_border.xml')
-rw-r--r--app/src/main/res/drawable/translation_border.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/translation_border.xml b/app/src/main/res/drawable/translation_border.xml
index f5c573b7a..fcde26294 100644
--- a/app/src/main/res/drawable/translation_border.xml
+++ b/app/src/main/res/drawable/translation_border.xml
@@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="1dp"
- android:color="@color/cyanea_accent_dark_reference" />
+ android:color="?colorPrimary" />
<corners android:radius="4dp" />
</shape>