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]) |
); |
} |