diff --git a/src/view/phui/PHUIPropertyListView.php b/src/view/phui/PHUIPropertyListView.php --- a/src/view/phui/PHUIPropertyListView.php +++ b/src/view/phui/PHUIPropertyListView.php @@ -10,8 +10,8 @@ private $classes = array(); private $stacked; - const ICON_SUMMARY = 'fa-align-left bluegrey'; - const ICON_TESTPLAN = 'fa-file-text-o bluegrey'; + const ICON_SUMMARY = 'fa-align-left'; + const ICON_TESTPLAN = 'fa-file-text-o'; protected function canAppendChild() { return false; @@ -247,7 +247,7 @@ $name = $part['name']; if ($part['icon']) { $icon = id(new PHUIIconView()) - ->setIconFont($part['icon']); + ->setIconFont($part['icon'].' bluegrey'); $name = phutil_tag( 'span', array(