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

Unified Diff: ui/views/controls/progress_bar.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/button/toggle_button.cc ('k') | ui/views/controls/tabbed_pane/tabbed_pane.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/progress_bar.cc
diff --git a/ui/views/controls/progress_bar.cc b/ui/views/controls/progress_bar.cc
index c34ac5dee555d3bceb16ff353a3602e3283569b0..8533d62fa9970ba6713d5651dfe045c26758eacc 100644
--- a/ui/views/controls/progress_bar.cc
+++ b/ui/views/controls/progress_bar.cc
@@ -117,7 +117,7 @@ void ProgressBar::SetValue(double value) {
SkColor ProgressBar::GetForegroundColor() const {
return GetNativeTheme()->GetSystemColor(
- ui::NativeTheme::kColorId_CallToActionColor);
+ ui::NativeTheme::kColorId_ProminentButtonColor);
}
SkColor ProgressBar::GetBackgroundColor() const {
« no previous file with comments | « ui/views/controls/button/toggle_button.cc ('k') | ui/views/controls/tabbed_pane/tabbed_pane.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698