Skip to content

Commit

Permalink
fix(search): Fix settings section icon color
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and backportbot-nextcloud[bot] committed Jan 18, 2023
1 parent e056dd8 commit 9d71ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/Search/SectionSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function searchSections(ISearchQuery $query, array $sections, string $sub
$section->getName(),
$subline,
$this->urlGenerator->linkToRouteAbsolute($routeName, ['section' => $section->getID()]),
'icon-settings'
'icon-settings-dark'
);
}
}
Expand Down

0 comments on commit 9d71ea8

Please sign in to comment.