| Index: sky/examples/stocks2/lib/stock_app.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
|
| index 6f72f8cf331911496eb8e30affcdf79f790b6bad..03c33f837d84570ab545013e62027631168863d7 100644
|
| --- a/sky/examples/stocks2/lib/stock_app.dart
|
| +++ b/sky/examples/stocks2/lib/stock_app.dart
|
| @@ -209,7 +209,7 @@ class StocksApp extends App {
|
| return new Container(
|
| child: new BlockContainer(children: [buildToolBar()]),
|
| decoration: new BoxDecoration(
|
| - backgroundColor: 0xFFFFFFFF
|
| + backgroundColor: const sky.Color(0xFFFFFFFF)
|
| )
|
| );
|
|
|
|
|