Update login icons

Summary: Smaller footprint, flat style, updated logos.

Test Plan: Buttons in UIExamples.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13622
This commit is contained in:
Chad Little
2015-07-16 17:14:50 -07:00
parent 0306eb70ed
commit a34e075e16
58 changed files with 81 additions and 82 deletions

View File

@@ -125,7 +125,7 @@ final class CeleritySpriteGenerator extends Phobject {
'2x' => 2,
);
$template = id(new PhutilSprite())
->setSourceSize(34, 34);
->setSourceSize(28, 28);
$sprites = array();
$prefix = 'login_';