Bump font size on property headers

Summary: Bumps to 14px, fixes some on Differential

Test Plan: view various headers in Differential

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15647
This commit is contained in:
Chad Little
2016-04-06 23:08:20 +00:00
committed by chad
parent 0650f725f1
commit 8f67d59d28
4 changed files with 7 additions and 7 deletions

View File

@@ -1033,7 +1033,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
}
$box = id(new PHUIObjectBoxView())
->setHeaderText(pht('DIFF DETAIL'))
->setHeaderText(pht('Diff Detail'))
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->setUser($viewer);