diff options
author | Romain Hunault <romain.hunault@e.email> | 2022-03-23 15:36:21 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2022-03-23 15:36:21 +0000 |
commit | 82a45020557916da2a133df297eafc92f9f7c3db (patch) | |
tree | 2e12b5e39ac53ae05474c35bd16e2c2070d4a094 /app/src/main/res/drawable/bg_outlined.xml | |
parent | 335e504715d6730f701f5897e4cbc49cfdb9f69c (diff) | |
parent | a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (diff) |
Merge branch 'use_system_resources' into 'main'
Use system theme colors. #5082
See merge request e/privacy-central/privacycentralapp!31
Diffstat (limited to 'app/src/main/res/drawable/bg_outlined.xml')
-rw-r--r-- | app/src/main/res/drawable/bg_outlined.xml | 2 |
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> |