diff options
author | Abhishek Aggarwal <warabhishek@e.email> | 2022-04-21 07:58:48 +0000 |
---|---|---|
committer | Abhishek Aggarwal <warabhishek@e.email> | 2022-04-21 07:58:48 +0000 |
commit | 5618e3f4307c8755372e743f2052375f5318a251 (patch) | |
tree | 60e94af278c7d952177965a5380d69354227429f /app/src/main/res/values | |
parent | 5658347ab0099c4f512e19a3807d38758396114a (diff) | |
parent | 5ad1edb01ee3e3775f93727c52245ad2a9b423a2 (diff) |
Merge branch '5295_location-restore' into 'main'
privacycentralapp: Restore location when view is created
See merge request e/privacy-central/privacycentralapp!42
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 60cd9e4..febea31 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -2,7 +2,7 @@ <!-- Base application theme. --> <style name="Theme.PrivacyCentralApp" parent="Theme.MaterialComponents.DayNight.NoActionBar"> <!-- Primary brand color. --> - <item name="colorPrimary">@color/primary</item> + <item name="colorPrimary">@color/accent</item> <item name="colorAccent">@color/accent</item> <!-- Status bar color. --> |