Skip to content

Commit

Permalink
Merge pull request #36226 from nextcloud/backport/36205/stable25
Browse files Browse the repository at this point in the history
[stable25] fix(search): Fix settings section icon color
  • Loading branch information
skjnldsv authored Jan 19, 2023
2 parents df7ead3 + 9d71ea8 commit 1c51721
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 1c51721

Please sign in to comment.