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

Unified Diff: sky/sdk/lib/framework/widgets/drawer.dart

Issue 1179713004: Material and RaisedButton. (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
Index: sky/sdk/lib/framework/widgets/drawer.dart
diff --git a/sky/sdk/lib/framework/widgets/drawer.dart b/sky/sdk/lib/framework/widgets/drawer.dart
index 71596f9aeba83246ea59862b01765a1d5e646098..9a16a450a5462edb1b1e87ffcdb6c53fa3a36cf3 100644
--- a/sky/sdk/lib/framework/widgets/drawer.dart
+++ b/sky/sdk/lib/framework/widgets/drawer.dart
@@ -148,7 +148,7 @@ class Drawer extends AnimatedComponent {
Container content = new Container(
decoration: new BoxDecoration(
backgroundColor: Grey[50],
- boxShadow: Shadow[level]),
+ boxShadow: shadows[level]),
width: _kWidth,
transform: transform,
child: new Block(children)
« no previous file with comments | « sky/sdk/lib/framework/widgets/button.dart ('k') | sky/sdk/lib/framework/widgets/fixed_height_scrollable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698