Skip to content

Commit 09bec09

Browse files
committed
Darken default ink to 12% opacity after discussion with mtlin.
1 parent cdcd458 commit 09bec09

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)