Clean up some colors missing from PHUITagView type shade

Summary: Grep for phui-tag-shade and verify we're no longer calling shade-color directly.

Test Plan: Search, workboard, story points, etc.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17993
This commit is contained in:
Chad Little
2017-05-22 10:47:19 -07:00
parent 5d966897f1
commit 03d4d674f8
7 changed files with 19 additions and 19 deletions

View File

@@ -332,7 +332,7 @@ abstract class DiffusionController extends PhabricatorController {
$tag = id(new PHUITagView())
->setName($commit)
->setShade('indigo')
->setColor(PHUITagView::COLOR_INDIGO)
->setType(PHUITagView::TYPE_SHADE);
return $tag;