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

Unified Diff: sky/examples/stocks-fn/stockarrow.dart

Issue 1006053002: Allow Effen Styles to be extendable (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sdfsd Created 5 years, 9 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/examples/stocks-fn/stockrow.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks-fn/stockarrow.dart
diff --git a/sky/examples/stocks-fn/stockarrow.dart b/sky/examples/stocks-fn/stockarrow.dart
index 63cebf5502f2e4cd7bb95868459b8d86e2239ace..82e52815d2ea57b1d7763f6a0a54933d5c15e9cb 100644
--- a/sky/examples/stocks-fn/stockarrow.dart
+++ b/sky/examples/stocks-fn/stockarrow.dart
@@ -74,11 +74,11 @@ class StockArrow extends Component {
return new Container(
inlineStyle: 'border-color: $border',
- styles: [_style],
+ style: _style,
children: [
new Container(
inlineStyle: 'border-$type-color: $border',
- styles: [up ? _upStyle : _downStyle]
+ style: up ? _upStyle : _downStyle
)
]
);
« no previous file with comments | « no previous file | sky/examples/stocks-fn/stockrow.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698