| 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;
|
|
|