Commit e8ba6fb6 authored by Eric Seidel's avatar Eric Seidel

Fix typo in feed icon in drawer

Fixes https://github.com/domokit/sky_engine/issues/540

@abarth
parent 582ffd60
......@@ -101,7 +101,7 @@ class FeedFragment extends StatefulComponent {
children: [
new DrawerHeader(children: [new Text('Fitness')]),
new DrawerItem(
icon: 'action/list',
icon: 'action/view_list',
onPressed: () => _handleFitnessModeChange(FitnessMode.feed),
selected: _fitnessMode == FitnessMode.feed,
children: [new Text('Feed')]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment