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/framework/components/drawer_header.dart

Issue 1006363004: Introduce sky/framework/theme/typography.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add comment Created 5 years, 9 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/framework/components/action_bar.dart ('k') | sky/framework/components/floating_action_button.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/drawer_header.dart
diff --git a/sky/framework/components/drawer_header.dart b/sky/framework/components/drawer_header.dart
index 2d59077b3255b141dd730d2ed83810e0b7232bf5..2dfa29aaa00bc588f79086a4b3dae900958e13a2 100644
--- a/sky/framework/components/drawer_header.dart
+++ b/sky/framework/components/drawer_header.dart
@@ -23,9 +23,7 @@ class DrawerHeader extends Component {
);
static final Style _labelStyle = new Style('''
- padding: 0 16px;
- font-family: 'Roboto Medium', 'Helvetica';
- color: #212121;'''
+ padding: 0 16px;'''
);
List<Node> children;
« no previous file with comments | « sky/framework/components/action_bar.dart ('k') | sky/framework/components/floating_action_button.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698