| Index: sky/examples/stocks2/lib/stock_home.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_home.dart b/sky/examples/stocks2/lib/stock_home.dart
|
| index a0e8ce371506c4275c925b3bf0bb6e14b556f823..0d9bbf9360509b91e16a4ea792bc5e8fc1dcf8bd 100644
|
| --- a/sky/examples/stocks2/lib/stock_home.dart
|
| +++ b/sky/examples/stocks2/lib/stock_home.dart
|
| @@ -169,8 +169,7 @@ class StockHome extends Component {
|
| new IconButton(
|
| icon: 'navigation/more_vert_white',
|
| onPressed: _handleMenuShow)
|
| - ],
|
| - backgroundColor: colors.Purple[500]
|
| + ]
|
| );
|
| }
|
|
|
|
|