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

Unified Diff: sky/sdk/example/widgets/sector.dart

Issue 1217293003: Remove Material's opinion about background colours, since in fact the background colour varies dram… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/sdk/example/stocks/lib/stock_row.dart ('k') | sky/sdk/example/widgets/styled_text.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/sector.dart
diff --git a/sky/sdk/example/widgets/sector.dart b/sky/sdk/example/widgets/sector.dart
index 2cd7ffc0c8383733bcb472e9dec68642a29022a4..f1e83a261861336ca2e85fe67e5f935ba59937d3 100644
--- a/sky/sdk/example/widgets/sector.dart
+++ b/sky/sdk/example/widgets/sector.dart
@@ -79,6 +79,7 @@ class SectorApp extends App {
toolbar: new ToolBar(
center: new Text('Sector Layout in a Widget Tree')),
body: new Material(
+ color: colors.Grey[50],
edge: MaterialEdge.canvas,
child: new Flex([
new Container(
« no previous file with comments | « sky/sdk/example/stocks/lib/stock_row.dart ('k') | sky/sdk/example/widgets/styled_text.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698