forked from firka/student-legacy
fixed page icons in settings
This commit is contained in:
parent
c0589cba5c
commit
cb4c551c47
@ -209,10 +209,10 @@ class SettingsHelper {
|
||||
color: Theme.of(context).colorScheme.secondary,
|
||||
height: 22,
|
||||
),
|
||||
Pages.absences: Icon(
|
||||
FeatherIcons.clock,
|
||||
Pages.absences: SvgPicture.asset(
|
||||
'assets/svg/menu_icons/absences.svg',
|
||||
color: Theme.of(context).colorScheme.secondary,
|
||||
size: 24.0,
|
||||
height: 24,
|
||||
),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user