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

Unified Diff: sky/framework/components/menu_item.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/floating_action_button.dart ('k') | sky/framework/theme/typography.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/menu_item.dart
diff --git a/sky/framework/components/menu_item.dart b/sky/framework/components/menu_item.dart
index 4db0d001656a922c123985012f13ccbf6cc7dd44..b35e421c6132dfccb201cc8eb96efc60d8996aa8 100644
--- a/sky/framework/components/menu_item.dart
+++ b/sky/framework/components/menu_item.dart
@@ -30,10 +30,8 @@ class MenuItem extends ButtonBase {
);
static final Style _labelStyle = new Style('''
- font-family: 'Roboto Medium', 'Helvetica';
- color: #212121;
- padding: 0px 16px;
- flex: 1;'''
+ padding: 0px 16px;
+ flex: 1;'''
);
List<Node> children;
« no previous file with comments | « sky/framework/components/floating_action_button.dart ('k') | sky/framework/theme/typography.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698