Merge pull request #36226 from nextcloud/backport/36205/stable25

[stable25] fix(search): Fix settings section icon color
This commit is contained in:
John Molakvoæ 2023-01-19 08:12:01 +01:00 committed by GitHub
commit 1c517215d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'
);
}
}