diff options
| author | 2019-04-20 22:06:32 +0000 | |
|---|---|---|
| committer | 2019-04-20 22:06:32 +0000 | |
| commit | 2fce320a76fb1a583e2ccd86f2400af62e3a4d92 (patch) | |
| tree | 3a6edcf2159d534c19e0a5639e1fb2a0cd436cb7 | |
| parent | 873734d144fa4b787c198159d54aa816ce3c0a14 (diff) | |
| parent | 98ed8006fa81c4e6104f2b5c5196f40457ca89d4 (diff) | |
Merge "Dimmer secondary color on dark mode" into qt-dev
| -rw-r--r-- | core/res/res/values-night/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-night/colors.xml b/core/res/res/values-night/colors.xml index 37e452d72c9a..6aca49b673a3 100644 --- a/core/res/res/values-night/colors.xml +++ b/core/res/res/values-night/colors.xml @@ -22,7 +22,7 @@ <color name="notification_primary_text_color_dark">#ddffffff</color> <!-- The secondary text color if the text is on top of a dark background. --> - <color name="notification_secondary_text_color_dark">#ddffffff</color> + <color name="notification_secondary_text_color_dark">#b2ffffff</color> <color name="notification_default_color_dark">#ddffffff</color> |