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