Skip to content

Commit

Permalink
Update cell image alpha (#5088)
Browse files Browse the repository at this point in the history
This is updating a constant that was previously the wrong value.

This doesn't close any issues.
  • Loading branch information
codeman7 committed Sep 11, 2018
1 parent 741d375 commit b1d27c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@

#import "MaterialTypography.h"

static const CGFloat ImageAlpha = 0.54f;
static const CGFloat ImageAlpha = 0.6f;
static const CGFloat LabelAlpha = 0.87f;
static const CGFloat ImageLeadingPadding = 16.f;
static const CGFloat ImageTopPadding = 16.f;
Expand Down

0 comments on commit b1d27c9

Please sign in to comment.