Index: sky/examples/stocks2/lib/stock_arrow.dart |
diff --git a/sky/examples/stocks2/lib/stock_arrow.dart b/sky/examples/stocks2/lib/stock_arrow.dart |
index 677c323c48b6960b27a7f6050c2fce52cea18aa1..64310fe26e6f101e5d8237de9a883b1f9296c2ee 100644 |
--- a/sky/examples/stocks2/lib/stock_arrow.dart |
+++ b/sky/examples/stocks2/lib/stock_arrow.dart |
@@ -79,7 +79,7 @@ class StockArrow extends Component { |
return new FlexContainer( |
inlineStyle: 'border-color: $border', |
- direction: FlexDirection.Row, |
+ direction: FlexDirection.horizontal, |
style: _style, |
children: [ |
new Container( |