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

Unified Diff: sky/sdk/example/widgets/styled_text.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/sector.dart ('k') | sky/sdk/example/widgets/tabs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/styled_text.dart
diff --git a/sky/sdk/example/widgets/styled_text.dart b/sky/sdk/example/widgets/styled_text.dart
index eddd81ed87a0ae21f08c1f4664a003c57fe636f7..c2d15922dc47278db12fcaa783c78afd90d4903a 100644
--- a/sky/sdk/example/widgets/styled_text.dart
+++ b/sky/sdk/example/widgets/styled_text.dart
@@ -106,7 +106,7 @@ HAL: This mission is too important for me to allow you to jeopardize it.''';
);
return new Theme(
- data: new ThemeData.light(primary: colors.Blue, darkToolbar: true),
+ data: new ThemeData.light(),
child: new Scaffold(
body: new Material(
color: colors.Grey[50],
« no previous file with comments | « sky/sdk/example/widgets/sector.dart ('k') | sky/sdk/example/widgets/tabs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698