We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43123a4 commit 09d0942Copy full SHA for 09d0942
components/Ink/src/MDCInkTouchController.m
@@ -66,7 +66,7 @@ - (instancetype)initWithView:(UIView *)view {
66
[_view addGestureRecognizer:_gestureRecognizer];
67
68
_defaultInkView = [[MDCInkView alloc] initWithFrame:view.bounds];
69
- _defaultInkView.inkColor = [UIColor colorWithWhite:224.0 / 255.0 alpha:0.25];
+ _defaultInkView.inkColor = [UIColor colorWithWhite:224.0f / 255.0f alpha:0.25f];
70
_defaultInkView.autoresizingMask =
71
UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
72
}
0 commit comments