Skip to content

Commit 3422b42

Browse files
author
Chad Little
committed
Fix milestone widget header color on projects profile
Summary: This should be blue, not grey. Test Plan: Add a milestone and subproject to a project Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17477
1 parent 614c849 commit 3422b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/project/controller/PhabricatorProjectProfileController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private function buildMilestoneList(PhabricatorProject $project) {
244244

245245
return id(new PHUIObjectBoxView())
246246
->setHeader($header)
247-
->setBackground(PHUIObjectBoxView::GREY)
247+
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
248248
->setObjectList($milestone_list);
249249
}
250250

0 commit comments

Comments
 (0)