Skip to content

Commit 7175338

Browse files
committed
Merge pull request #86 from ajsecord/darken-ink
Darken default ink to 12% opacity after discussion with mtlin.
2 parents e3c7d22 + 09bec09 commit 7175338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Ink/src/MDCInkView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ - (void)evaporateToPoint:(CGPoint)point completion:(MDCInkCompletionBlock)comple
129129
}
130130

131131
- (UIColor *)defaultInkColor {
132-
return [[UIColor alloc] initWithWhite:0 alpha:0.06f];
132+
return [[UIColor alloc] initWithWhite:0 alpha:0.12f];
133133
}
134134

135135
@end

0 commit comments

Comments
 (0)