| Index: sky/sdk/example/demo_launcher/lib/main.dart
|
| diff --git a/sky/sdk/example/demo_launcher/lib/main.dart b/sky/sdk/example/demo_launcher/lib/main.dart
|
| index 8a448c88217e3f1abb168a9d496e11831283688b..f1d7fa729b6b094e3453b0e7f1c7f8b84da321fa 100644
|
| --- a/sky/sdk/example/demo_launcher/lib/main.dart
|
| +++ b/sky/sdk/example/demo_launcher/lib/main.dart
|
| @@ -105,7 +105,7 @@ List<SkyDemo> demos = [
|
| description: 'Demo of alternative layouts',
|
| textTheme: typography.black,
|
| decoration: new BoxDecoration(
|
| - backgroundColor: colors.Black,
|
| + backgroundColor: colors.black,
|
| backgroundImage: new BackgroundImage(
|
| image: _bundle.loadImage('assets/sector_thumbnail.png'),
|
| fit: BackgroundFit.cover
|
|
|