From f4bf509fa75c84b0190067d941a76f0ad1aea2a5 Mon Sep 17 00:00:00 2001 From: Kima Date: Sat, 26 Aug 2023 20:22:02 +0200 Subject: [PATCH] fixed icon --- .../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 3e0b549..ea89227 100644 --- a/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart +++ b/filcnaplo_premium/lib/ui/mobile/settings/modify_teacher_names.dart @@ -51,7 +51,7 @@ class MenuRenamedTeachers extends StatelessWidget { ), leading: settings.renamedTeachersEnabled ? const Icon(FeatherIcons.users) - : Icon(FeatherIcons.penTool, + : Icon(FeatherIcons.users, color: AppColors.of(context).text.withOpacity(.25)), trailingDivider: true, trailing: Switch(