| Index: sky/sdk/lib/widgets/menu_item.dart
|
| diff --git a/sky/sdk/lib/widgets/menu_item.dart b/sky/sdk/lib/widgets/menu_item.dart
|
| index 6f24377116f353f6d111ecf6e801741a7029f1dd..94a17a81484f7cec869bced63db1811f95b10644 100644
|
| --- a/sky/sdk/lib/widgets/menu_item.dart
|
| +++ b/sky/sdk/lib/widgets/menu_item.dart
|
| @@ -43,7 +43,7 @@ class MenuItem extends ButtonBase {
|
| TextStyle get textStyle {
|
| TextStyle result = Theme.of(this).text.body2;
|
| if (highlight)
|
| - result = result.copyWith(color: Theme.of(this).primary[500]);
|
| + result = result.copyWith(color: Theme.of(this).primaryColor);
|
| return result;
|
| }
|
|
|
|
|