mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fix(search): Fix settings section icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
634f5a17d9
commit
ab8b54f2f6
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