summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/translation_border.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-03 18:44:07 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-03 18:44:07 +0100
commit7ada093a0fa70c7f17bbe04c832f3fd673d5896f (patch)
treeadbed4dc934599017066c95feff3431f6fb74fb3 /app/src/main/res/drawable/translation_border.xml
parent27f1d594bb2aac1342901372be703896c708275d (diff)
parent29a5678a47d78736562fa22d4261d0d8baa3c53b (diff)
Merge branch 'develop'
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>