Commit 72b68bc8 authored by Ian Vollick's avatar Ian Vollick Committed by Commit Bot

[vr] Fix voice search button colors

Minor change to get the colors to match the spec.

Bug: None
Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I9b16ca657ed0a4dcfd4fe28108997ef005e9e52f
Reviewed-on: https://chromium-review.googlesource.com/963687Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Ian Vollick <vollick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543288}
parent bc3e6fa5
...@@ -130,8 +130,8 @@ void InitializeColorSchemes() { ...@@ -130,8 +130,8 @@ void InitializeColorSchemes() {
normal_scheme.omnibox_voice_search_button_colors.background = normal_scheme.omnibox_voice_search_button_colors.background =
normal_scheme.omnibox_background; normal_scheme.omnibox_background;
normal_scheme.omnibox_voice_search_button_colors.background_hover = normal_scheme.omnibox_voice_search_button_colors.background_hover =
0xFFFAFAFA; 0x14000000;
normal_scheme.omnibox_voice_search_button_colors.background_down = 0xFFFAFAFA; normal_scheme.omnibox_voice_search_button_colors.background_down = 0x14000000;
normal_scheme.snackbar_foreground = 0xFFEEEEEE; normal_scheme.snackbar_foreground = 0xFFEEEEEE;
normal_scheme.snackbar_background = 0xDD212121; normal_scheme.snackbar_background = 0xDD212121;
......
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