Commit 5b080a7b authored by Tim Song's avatar Tim Song Committed by Commit Bot

[Ash Tray] Update icon color of DnD toggle.

BUG=1111157

Change-Id: I7c3425fb69de3e671027d301e82a810efd989ba3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464345Reviewed-by: default avatarAhmed Mehfooz <amehfooz@chromium.org>
Commit-Queue: Tim Song <tengs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815916}
parent 0d7fc21b
...@@ -552,8 +552,7 @@ void NotifierSettingsView::SetQuietModeState(bool is_quiet_mode) { ...@@ -552,8 +552,7 @@ void NotifierSettingsView::SetQuietModeState(bool is_quiet_mode) {
kNotificationCenterDoNotDisturbOnIcon, kMenuIconSize, icon_color)); kNotificationCenterDoNotDisturbOnIcon, kMenuIconSize, icon_color));
} else { } else {
quiet_mode_icon_->SetImage(gfx::CreateVectorIcon( quiet_mode_icon_->SetImage(gfx::CreateVectorIcon(
kNotificationCenterDoNotDisturbOffIcon, kMenuIconSize, kNotificationCenterDoNotDisturbOffIcon, kMenuIconSize, icon_color));
AshColorProvider::GetDisabledColor(icon_color)));
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment