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

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

Issue 1218153005: Refactoring to support dark theme better (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix import issues 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 | « sky/sdk/example/widgets/styled_text.dart ('k') | sky/sdk/home.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/tabs.dart
diff --git a/sky/sdk/example/widgets/tabs.dart b/sky/sdk/example/widgets/tabs.dart
index 872a3e719152aea9be79dde986b5eeeafbfe5b54..93d259caa394eaedd19373338c265059f32cc442 100644
--- a/sky/sdk/example/widgets/tabs.dart
+++ b/sky/sdk/example/widgets/tabs.dart
@@ -76,7 +76,7 @@ class TabbedNavigatorApp extends App {
return new Container(
child: new Card(child: tabNavigator),
padding: const EdgeDims.all(12.0),
- decoration: new BoxDecoration(backgroundColor: Theme.of(this).primary[50])
+ decoration: new BoxDecoration(backgroundColor: Theme.of(this).primarySwatch[50])
);
}
« no previous file with comments | « sky/sdk/example/widgets/styled_text.dart ('k') | sky/sdk/home.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698