changed teacher rename ico

This commit is contained in:
Kima 2023-08-26 17:24:47 +02:00
parent f7d263570d
commit 6d4939d88a

View File

@ -50,7 +50,7 @@ class MenuRenamedTeachers extends StatelessWidget {
.withOpacity(settings.renamedTeachersEnabled ? 1.0 : .5)),
),
leading: settings.renamedTeachersEnabled
? const Icon(FeatherIcons.penTool)
? const Icon(FeatherIcons.users)
: Icon(FeatherIcons.penTool,
color: AppColors.of(context).text.withOpacity(.25)),
trailingDivider: true,