diff options
author | TheScarastic <warabhishek@e.email> | 2022-04-21 12:08:56 +0530 |
---|---|---|
committer | TheScarastic <warabhishek@e.email> | 2022-04-21 12:09:43 +0530 |
commit | 5ad1edb01ee3e3775f93727c52245ad2a9b423a2 (patch) | |
tree | 60e94af278c7d952177965a5380d69354227429f /app/src/main/res/values | |
parent | 449a87dd92fae4410425515d8191d3be3e3b3938 (diff) |
privacycentral: Change primary color to accent fixes element with bad colors
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. --> |