Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: sky/framework/components/ink_splash.dart

Issue 1003553002: Update Button to be made of Material (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]
)
]
);

Powered by Google App Engine
This is Rietveld 408576698