mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 10:12:41 +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) {
|
public function addButton(PHUIButtonView $button) {
|
||||||
$button->setColor(PHUIButtonView::GREY);
|
|
||||||
$this->buttons[] = $button;
|
$this->buttons[] = $button;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue