| Index: sky/examples/widgets/styled_text.dart
|
| diff --git a/sky/examples/widgets/styled_text.dart b/sky/examples/widgets/styled_text.dart
|
| index 6ca309fe4a19896b49c5668a4d5669cb29c1354b..42d34ff6421a5740a8c929accbace2070ba1094b 100644
|
| --- a/sky/examples/widgets/styled_text.dart
|
| +++ b/sky/examples/widgets/styled_text.dart
|
| @@ -108,11 +108,11 @@ HAL: This mission is too important for me to allow you to jeopardize it.''';
|
| );
|
|
|
| return new Theme(
|
| - data: new ThemeData(color: Blue, text: white),
|
| + data: new ThemeData.light(primary: Blue, darkToolbar: true),
|
| child: new Scaffold(
|
| body: new Material(child: interactiveBody),
|
| toolbar: new ToolBar(
|
| - center: new Text('Hal and Dave', style: white.title)
|
| + center: new Text('Hal and Dave')
|
| )
|
| )
|
| );
|
|
|