forked from firka/student-legacy
fixed icon
This commit is contained in:
parent
8ff4f0b88f
commit
f4bf509fa7
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user