Commit 9ad3be31 authored by Tetsui Ohkubo's avatar Tetsui Ohkubo Committed by Commit Bot

Unified: Update green color in a11y detailed view.

According to UX spec, check icon shown on the right side of a11y
detailed view is 28994F. This change is important in terms of color
contrast.

TEST=manual
BUG=899162

Change-Id: Idd32cbf94d974355a6229ef7bb88e9ae714ab97c
Reviewed-on: https://chromium-review.googlesource.com/c/1304284Reviewed-by: default avatarYoshiki Iguchi <yoshiki@chromium.org>
Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603764}
parent ac58aedb
...@@ -367,7 +367,7 @@ bool TrayPopupUtils::CanOpenWebUISettings() { ...@@ -367,7 +367,7 @@ bool TrayPopupUtils::CanOpenWebUISettings() {
void TrayPopupUtils::InitializeAsCheckableRow(HoverHighlightView* container, void TrayPopupUtils::InitializeAsCheckableRow(HoverHighlightView* container,
bool checked) { bool checked) {
gfx::ImageSkia check_mark = gfx::ImageSkia check_mark =
CreateVectorIcon(kCheckCircleIcon, gfx::kGoogleGreen700); CreateVectorIcon(kCheckCircleIcon, gfx::kGoogleGreenDark600);
container->AddRightIcon(check_mark, check_mark.width()); container->AddRightIcon(check_mark, check_mark.width());
UpdateCheckMarkVisibility(container, checked); UpdateCheckMarkVisibility(container, checked);
} }
......
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