Skip to content

Commit

Permalink
Don't force buttons to grey with PHUIInfoView
Browse files Browse the repository at this point in the history
Summary: I'd like to use red buttons.

Test Plan: Set a button to red in InfoView, see red button.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18352
  • Loading branch information
Chad Little authored and chad committed Aug 7, 2017
1 parent ca8ae2d commit fd3cb18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/phui/PHUIInfoView.php
Expand Up @@ -95,7 +95,6 @@ private function getIcon() {
}

public function addButton(PHUIButtonView $button) {
$button->setColor(PHUIButtonView::GREY);
$this->buttons[] = $button;
return $this;
}
Expand Down

0 comments on commit fd3cb18

Please sign in to comment.