Index: sky/sdk/lib/widgets/tabs.dart |
diff --git a/sky/sdk/lib/widgets/tabs.dart b/sky/sdk/lib/widgets/tabs.dart |
index f66d0ee22253a73bd0ada7af01389a6c1dc92d4e..f621ff2069bd6bac44b587de8249e364225b7e65 100644 |
--- a/sky/sdk/lib/widgets/tabs.dart |
+++ b/sky/sdk/lib/widgets/tabs.dart |
@@ -295,8 +295,8 @@ class TabBar extends Component { |
return new TabBarWrapper( |
children: tabs, |
selectedIndex: selectedIndex, |
- backgroundColor: Theme.of(this).primary[500], |
- indicatorColor: Theme.of(this).accent[200], |
+ backgroundColor: Theme.of(this).primaryColor, |
+ indicatorColor: Theme.of(this).accentColor, |
textAndIcons: textAndIcons |
); |
} |