From 6d4939d88a74975310087184970c98e56e58a4be Mon Sep 17 00:00:00 2001 From: Kima Date: Sat, 26 Aug 2023 17:24:47 +0200 Subject: [PATCH] changed teacher rename ico --- .../lib/ui/mobile/settings/modify_teacher_names.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart b/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart index a14015b..3e0b549 100644 --- a/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart +++ b/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart @@ -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,