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

Unified Diff: sky/sdk/lib/framework/components2/menu_item.dart

Issue 1164023005: Make Icon work using space-aged base-url technology. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/lib/framework/components2/icon_button.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/components2/menu_item.dart
diff --git a/sky/sdk/lib/framework/components2/menu_item.dart b/sky/sdk/lib/framework/components2/menu_item.dart
index e179016b6482a1efc79e0557171fb99907ff3afb..99c8de22fd5df4e7646e8b988bc84e868ae06a67 100644
--- a/sky/sdk/lib/framework/components2/menu_item.dart
+++ b/sky/sdk/lib/framework/components2/menu_item.dart
@@ -44,7 +44,7 @@ class MenuItem extends ButtonBase {
children: [
new StyleNode(
new Icon(
- size: 24.0,
+ size: 24,
type: "${icon}_grey600"
),
_iconStyle
« no previous file with comments | « sky/sdk/lib/framework/components2/icon_button.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698