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

Unified Diff: sky/examples/widgets/tabs.dart

Issue 1213873002: Use Theme to define the colors and TextStyles for Tab, TabBar (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 | « no previous file | sky/sdk/lib/widgets/tabs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/tabs.dart
diff --git a/sky/examples/widgets/tabs.dart b/sky/examples/widgets/tabs.dart
index cb711845a74ff8fdece5a0d4697ec7398e7befca..320b0fc57d858a63a41f3c2add80437bbbfbd510 100644
--- a/sky/examples/widgets/tabs.dart
+++ b/sky/examples/widgets/tabs.dart
@@ -44,8 +44,8 @@ class TabbedNavigatorApp extends App {
.map((labels) => buildTabNavigator(labels, navigatorIndex++));
ToolBar toolbar = new ToolBar(
- center: new Text('Tabbed Navigator', style: white.title),
- backgroundColor: Blue[500]);
+ center: new Text('Tabbed Navigator', style: white.title)
+ );
return new Scaffold(
toolbar: toolbar,
« no previous file with comments | « no previous file | sky/sdk/lib/widgets/tabs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698