fixed icon

This commit is contained in:
Kima 2023-08-26 20:22:02 +02:00
parent 8ff4f0b88f
commit f4bf509fa7

View File

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