icon: Add circle to person icon in main menu
This commit is contained in:
parent
37174db750
commit
9fd239b93a
|
@ -78,12 +78,12 @@ class _HomeDrawerState extends State<HomeDrawer> {
|
|||
DrawerListItem(
|
||||
index: DrawerIndex.humanVsAi,
|
||||
title: S.of(context).humanVsAi,
|
||||
icon: Icon(Icons.person_outline),
|
||||
icon: Icon(Icons.account_circle_outlined),
|
||||
),
|
||||
DrawerListItem(
|
||||
index: DrawerIndex.humanVsHuman,
|
||||
title: S.of(context).humanVsHuman,
|
||||
icon: Icon(Icons.people_outline),
|
||||
icon: Icon(Icons.supervised_user_circle_outlined),
|
||||
),
|
||||
DrawerListItem(
|
||||
index: DrawerIndex.aiVsAi,
|
||||
|
|
Loading…
Reference in New Issue