diff --git a/flutter/lib/common/widgets/peer_tab_page.dart b/flutter/lib/common/widgets/peer_tab_page.dart index 6d8bc2a9..29623c77 100644 --- a/flutter/lib/common/widgets/peer_tab_page.dart +++ b/flutter/lib/common/widgets/peer_tab_page.dart @@ -12,7 +12,6 @@ import 'package:get/get.dart'; import 'package:provider/provider.dart'; import '../../common.dart'; -import '../../models/group_model.dart'; import '../../models/platform_model.dart'; class PeerTabPage extends StatefulWidget { diff --git a/flutter/lib/models/peer_tab_model.dart b/flutter/lib/models/peer_tab_model.dart index f7cec530..631ddef0 100644 --- a/flutter/lib/models/peer_tab_model.dart +++ b/flutter/lib/models/peer_tab_model.dart @@ -19,7 +19,7 @@ class PeerTabModel with ChangeNotifier { defaultGroupTabname, ]; final List icons = [ - Icons.access_time, + Icons.access_time_filled, Icons.star, Icons.explore, IconFont.addressBook,