Index: ui/message_center/views/notification_view.cc |
diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc |
index 6b23e225a545f0ec025aaf3eab0caa367e2c4afc..93fa781a44b5d3432bd49d24c7078c26c9ee12db 100644 |
--- a/ui/message_center/views/notification_view.cc |
+++ b/ui/message_center/views/notification_view.cc |
@@ -62,7 +62,7 @@ const size_t kMessageCharacterLimit = |
// view::Label from modifying the text color and will not actually be drawn. |
// See view::Label's SetEnabledColor() and SetBackgroundColor() for details. |
const SkColor kRegularTextBackgroundColor = SK_ColorWHITE; |
-const SkColor kDimTextColor = SkColorSetRGB(136, 136, 136); |
+const SkColor kDimTextColor = SkColorSetRGB(102, 102, 102); |
const SkColor kDimTextBackgroundColor = SK_ColorBLACK; |
const SkColor kButtonSeparatorColor = SkColorSetRGB(234, 234, 234); |
const SkColor kHoveredButtonBackgroundColor = SkColorSetRGB(243, 243, 243); |