Index: sky/framework/components/ink_splash.dart |
diff --git a/sky/framework/components/ink_splash.dart b/sky/framework/components/ink_splash.dart |
index 8cb1e8bf861f6f05cb1ea45d712f7cbb2e9efb5b..a4c0a2587b481c6a98fa75796ef98e3754f20560 100644 |
--- a/sky/framework/components/ink_splash.dart |
+++ b/sky/framework/components/ink_splash.dart |
@@ -91,11 +91,11 @@ class InkSplash extends Component { |
_ensureListening(); |
return new Container( |
- style: _style, |
+ styles: [_style], |
children: [ |
new Container( |
inlineStyle: _inlineStyle, |
- style: _splashStyle |
+ styles: [_splashStyle] |
) |
] |
); |