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

Unified Diff: sky/sdk/lib/framework/widgets/tool_bar.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
« no previous file with comments | « sky/sdk/lib/framework/widgets/scrollable.dart ('k') | sky/sdk/lib/framework/widgets/ui_node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/widgets/tool_bar.dart
diff --git a/sky/sdk/lib/framework/widgets/tool_bar.dart b/sky/sdk/lib/framework/widgets/tool_bar.dart
index 620f85285633cbdee1d84c8f24bcbeea2bdd6852..2af880b8d9c6de793cac8d16d2d50d4da0e93399 100644
--- a/sky/sdk/lib/framework/widgets/tool_bar.dart
+++ b/sky/sdk/lib/framework/widgets/tool_bar.dart
@@ -43,7 +43,7 @@ class ToolBar extends Component {
padding: new EdgeDims.symmetric(horizontal: 8.0),
decoration: new BoxDecoration(
backgroundColor: backgroundColor,
- boxShadow: Shadow[2]
+ boxShadow: shadows[2]
)
);
}
« no previous file with comments | « sky/sdk/lib/framework/widgets/scrollable.dart ('k') | sky/sdk/lib/framework/widgets/ui_node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698