mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #36226 from nextcloud/backport/36205/stable25
[stable25] fix(search): Fix settings section icon color
This commit is contained in:
commit
1c517215d7
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class SectionSearch implements IProvider {
|
|||
$section->getName(),
|
||||
$subline,
|
||||
$this->urlGenerator->linkToRouteAbsolute($routeName, ['section' => $section->getID()]),
|
||||
'icon-settings'
|
||||
'icon-settings-dark'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue