update theming icon in personal settings

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-09-20 20:51:40 +02:00 committed by Simon L. (Rebase PR Action)
parent 48def620cb
commit 310ccfa14e

View file

@ -61,7 +61,7 @@ class PersonalSection implements IIconSection {
* @since 13.0.0
*/
public function getIcon() {
return $this->urlGenerator->imagePath($this->appName, 'app-dark.svg');
return $this->urlGenerator->imagePath($this->appName, 'accessibility-dark.svg');
}
/**