fix(search): Fix settings section icon color

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-01-18 07:18:42 +01:00
parent 634f5a17d9
commit ab8b54f2f6
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -143,7 +143,7 @@ class SectionSearch implements IProvider {
$section->getName(),
$subline,
$this->urlGenerator->linkToRouteAbsolute($routeName, ['section' => $section->getID()]),
'icon-settings'
'icon-settings-dark'
);
}
}