diff options
| -rw-r--r-- | core/res/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index d94bcfb04926..55ed83b32262 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -140,7 +140,7 @@ <color name="notification_secondary_text_color_light">@color/primary_text_default_material_light</color> <item name="notification_secondary_text_disabled_alpha" format="float" type="dimen">0.38</item> <color name="notification_secondary_text_color_dark">@color/primary_text_default_material_dark</color> - <color name="notification_default_color_dark">@color/primary_text_default_material_light</color> + <color name="notification_default_color_dark">#ddffffff</color> <color name="notification_default_color_light">#a3202124</color> <color name="notification_primary_text_color_current">@color/notification_primary_text_color_light</color> |