@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
src/applications/project/controller/PhabricatorProjectProfileController.php
··· 244 244 245 245 return id(new PHUIObjectBoxView()) 246 246 ->setHeader($header) 247 - ->setBackground(PHUIObjectBoxView::GREY) 247 + ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 248 248 ->setObjectList($milestone_list); 249 249 } 250 250