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) |
) |