mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 07:11:04 +01:00
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
This commit is contained in:
parent
614c8497bb
commit
3422b4205b
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ final class PhabricatorProjectProfileController
|
|||
|
||||
return id(new PHUIObjectBoxView())
|
||||
->setHeader($header)
|
||||
->setBackground(PHUIObjectBoxView::GREY)
|
||||
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
||||
->setObjectList($milestone_list);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue