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

Unified Diff: sky/framework/components/fixed_height_scrollable.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/fixed_height_scrollable.dart
diff --git a/sky/framework/components/fixed_height_scrollable.dart b/sky/framework/components/fixed_height_scrollable.dart
index 22091c91955a76c795a46ee085b129c97918c798..6706513277aae39e6e15e0a14348c8a5ddaa6bdc 100644
--- a/sky/framework/components/fixed_height_scrollable.dart
+++ b/sky/framework/components/fixed_height_scrollable.dart
@@ -78,10 +78,10 @@ abstract class FixedHeightScrollable extends Component {
}
return new Container(
- style: _style,
+ styles: [_style],
children: [
new Container(
- style: _scrollAreaStyle,
+ styles: [_scrollAreaStyle],
inlineStyle: transformStyle,
children: buildItems(itemNumber, drawCount)
)

Powered by Google App Engine
This is Rietveld 408576698