summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/bg_outlined.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-22 09:36:01 +0100
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-22 09:36:01 +0100
commita9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (patch)
treea3020e8f9a8de56579530b90852ba804552284bb /app/src/main/res/drawable/bg_outlined.xml
parentb18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff)
Use system theme colors. #5082
Diffstat (limited to 'app/src/main/res/drawable/bg_outlined.xml')
-rw-r--r--app/src/main/res/drawable/bg_outlined.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/bg_outlined.xml b/app/src/main/res/drawable/bg_outlined.xml
index 2040f18..d33886a 100644
--- a/app/src/main/res/drawable/bg_outlined.xml
+++ b/app/src/main/res/drawable/bg_outlined.xml
@@ -17,6 +17,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <stroke android:width="1dp" android:color="@color/grey_divider" />
+ <stroke android:width="1dp" android:color="@color/divider" />
<corners android:radius="4dp" />
</shape>