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

Unified Diff: sky/examples/stocks2/lib/stock_home.dart

Issue 1204523002: Material light and dark themes for Sky widgets (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix analyzer warning properly 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
Index: sky/examples/stocks2/lib/stock_home.dart
diff --git a/sky/examples/stocks2/lib/stock_home.dart b/sky/examples/stocks2/lib/stock_home.dart
index 0d9bbf9360509b91e16a4ea792bc5e8fc1dcf8bd..720530b8dea709699c7c456bcf31df5f1c6be56a 100644
--- a/sky/examples/stocks2/lib/stock_home.dart
+++ b/sky/examples/stocks2/lib/stock_home.dart
@@ -4,7 +4,6 @@
import 'package:sky/editing/input.dart';
import 'package:sky/theme/colors.dart' as colors;
-import 'package:sky/theme/typography.dart' as typography;
import 'package:sky/widgets/basic.dart';
import 'package:sky/widgets/drawer.dart';
import 'package:sky/widgets/drawer_header.dart';
@@ -161,7 +160,7 @@ class StockHome extends Component {
left: new IconButton(
icon: 'navigation/menu_white',
onPressed: _handleOpenDrawer),
- center: new Text('Stocks', style: typography.white.title),
+ center: new Text('Stocks'),
right: [
new IconButton(
icon: 'action/search_white',

Powered by Google App Engine
This is Rietveld 408576698