Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: ui/views/controls/tabbed_pane/tabbed_pane.cc

Issue 2375543003: Add SetProminent() to MdTextButton to create blue buttons. (Closed)
Patch Set: Fix nits. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/progress_bar.cc ('k') | ui/views/examples/button_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/tabbed_pane/tabbed_pane.cc
diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.cc b/ui/views/controls/tabbed_pane/tabbed_pane.cc
index b445db30b5cef9f364aaeb3f6be7651c51800c9f..07fe5a69545640c34d3bab5c1b58bf003a80811b 100644
--- a/ui/views/controls/tabbed_pane/tabbed_pane.cc
+++ b/ui/views/controls/tabbed_pane/tabbed_pane.cc
@@ -271,7 +271,7 @@ void MdTab::OnStateChanged() {
Border::CreateSolidSidedBorder(0, 0, border_thickness, 0, border_color));
SkColor font_color = selected()
- ? theme->GetSystemColor(ui::NativeTheme::kColorId_CallToActionColor)
+ ? theme->GetSystemColor(ui::NativeTheme::kColorId_ProminentButtonColor)
: theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor);
title()->SetEnabledColor(font_color);
« no previous file with comments | « ui/views/controls/progress_bar.cc ('k') | ui/views/examples/button_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698