fixed page icons in settings

This commit is contained in:
Kima 2024-04-23 19:58:28 +02:00
parent c0589cba5c
commit cb4c551c47

View File

@ -209,10 +209,10 @@ class SettingsHelper {
color: Theme.of(context).colorScheme.secondary, color: Theme.of(context).colorScheme.secondary,
height: 22, height: 22,
), ),
Pages.absences: Icon( Pages.absences: SvgPicture.asset(
FeatherIcons.clock, 'assets/svg/menu_icons/absences.svg',
color: Theme.of(context).colorScheme.secondary, color: Theme.of(context).colorScheme.secondary,
size: 24.0, height: 24,
), ),
}; };