Skip to content

Commit

Permalink
Merge pull request #36205 from nextcloud/bugfix/noid/fix-settings-sec…
Browse files Browse the repository at this point in the history
…tion-icon-color

fix(search): Fix settings section icon color
  • Loading branch information
nickvergessen authored Jan 18, 2023
2 parents cd72bef + ab8b54f commit c5a0169
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 c5a0169

Please sign in to comment.