Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: sky/sdk/example/demo_launcher/lib/main.dart

Issue 1241483002: Improve drawer menu items (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/sdk/example/widgets/card_collection.dart » ('j') | sky/sdk/lib/widgets/menu_item.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | sky/sdk/example/widgets/card_collection.dart » ('j') | sky/sdk/lib/widgets/menu_item.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698