diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-18 07:18:42 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-01-18 18:23:50 +0000 |
commit | 9d71ea86be4b58e8fa5e50713ef4ad06ba12809f (patch) | |
tree | fec6c5a08cfe13344b8dd8e032d825b9d9c5db7a /apps/settings | |
parent | e056dd8ba9278af6c3296a7aa000767a6700742e (diff) | |
download | nextcloud-server-9d71ea86be4b58e8fa5e50713ef4ad06ba12809f.tar.gz nextcloud-server-9d71ea86be4b58e8fa5e50713ef4ad06ba12809f.zip |
fix(search): Fix settings section icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/lib/Search/SectionSearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Search/SectionSearch.php b/apps/settings/lib/Search/SectionSearch.php index c1968d7deaf..77b9bc025d6 100644 --- a/apps/settings/lib/Search/SectionSearch.php +++ b/apps/settings/lib/Search/SectionSearch.php @@ -143,7 +143,7 @@ class SectionSearch implements IProvider { $section->getName(), $subline, $this->urlGenerator->linkToRouteAbsolute($routeName, ['section' => $section->getID()]), - 'icon-settings' + 'icon-settings-dark' ); } } |