fix(search): Fix settings section icon color

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36205/head
Joas Schilling 1 year ago
parent 634f5a17d9
commit ab8b54f2f6
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

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

Loading…
Cancel
Save