mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Don't force buttons to grey with PHUIInfoView
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
This commit is contained in:
parent
ca8ae2d4ca
commit
fd3cb18fe4
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ final class PHUIInfoView extends AphrontTagView {
|
|||
}
|
||||
|
||||
public function addButton(PHUIButtonView $button) {
|
||||
$button->setColor(PHUIButtonView::GREY);
|
||||
$this->buttons[] = $button;
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue