Revert "icon: Add circle to person icon in main menu"

This reverts commit 9fd239b93a.
This commit is contained in:
Calcitem 2021-07-03 23:51:41 +08:00
parent 9fd239b93a
commit ca5ed909e5
1 changed files with 2 additions and 2 deletions

View File

@ -78,12 +78,12 @@ class _HomeDrawerState extends State<HomeDrawer> {
DrawerListItem(
index: DrawerIndex.humanVsAi,
title: S.of(context).humanVsAi,
icon: Icon(Icons.account_circle_outlined),
icon: Icon(Icons.person_outline),
),
DrawerListItem(
index: DrawerIndex.humanVsHuman,
title: S.of(context).humanVsHuman,
icon: Icon(Icons.supervised_user_circle_outlined),
icon: Icon(Icons.people_outline),
),
DrawerListItem(
index: DrawerIndex.aiVsAi,