summaryrefslogtreecommitdiff
path: root/adservices/apk/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'adservices/apk/res/values/colors.xml')
-rw-r--r--adservices/apk/res/values/colors.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/adservices/apk/res/values/colors.xml b/adservices/apk/res/values/colors.xml
index 5b8f0ecaf1..d428cdb753 100644
--- a/adservices/apk/res/values/colors.xml
+++ b/adservices/apk/res/values/colors.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="background_color">#F2F2F2</color>
+ <color name="background_color">@color/settingslib_background_device_default_light</color>
<color name="divider_color">#E3E3E3</color>
<color name="card_background_color">#F9F9F9</color>
- <color name="primary_text_color">#1B1C17</color>
- <color name="secondary_text_color">#474747</color>
-
+ <color name="primary_text_color">@color/settingslib_text_color_primary_device_default</color>
+ <color name="secondary_text_color">@color/settingslib_text_color_secondary_device_default</color>
<!-- Material inverse ripple color, useful for inverted backgrounds. -->
<color name="ripple_material_inverse">@*android:color/ripple_material_dark</color>
</resources>