fixed icon
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user