Index: ui/views/controls/label.cc |
diff --git a/ui/views/controls/label.cc b/ui/views/controls/label.cc |
index 46f86389f1503139bcf9d448ef887919c0f91ba7..0c4667dad17cab28ccb7493022d918842fb7fa85 100644 |
--- a/ui/views/controls/label.cc |
+++ b/ui/views/controls/label.cc |
@@ -596,8 +596,8 @@ void Label::UpdateColorsFromTheme(const ui::NativeTheme* theme) { |
ui::NativeTheme::kColorId_LabelDisabledColor); |
} |
if (!background_color_set_) { |
- background_color_ = theme->GetSystemColor( |
- ui::NativeTheme::kColorId_LabelBackgroundColor); |
+ background_color_ = |
+ theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground); |
} |
RecalculateColors(); |
} |