diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-01-18 19:13:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 19:13:10 +0100 |
commit | c5a01695d141b80fc1b5802e629ede8044658d57 (patch) | |
tree | 3feadd6e11bb073153a84c426c013c85701d06c3 /apps | |
parent | cd72bef78b0601604c049d752b872a6da0744d60 (diff) | |
parent | ab8b54f2f6ed2cb71d182d6b48509fde89cb45e3 (diff) | |
download | nextcloud-server-c5a01695d141b80fc1b5802e629ede8044658d57.tar.gz nextcloud-server-c5a01695d141b80fc1b5802e629ede8044658d57.zip |
Merge pull request #36205 from nextcloud/bugfix/noid/fix-settings-section-icon-color
fix(search): Fix settings section icon color
Diffstat (limited to 'apps')
-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' ); } } |