From 310ccfa14e5f7f6654492543e9abb4eb9f442d64 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 20 Sep 2022 20:51:40 +0200 Subject: [PATCH] update theming icon in personal settings Signed-off-by: szaimen --- apps/theming/lib/Settings/PersonalSection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/lib/Settings/PersonalSection.php b/apps/theming/lib/Settings/PersonalSection.php index 821708e397014..4165a733fb2c1 100644 --- a/apps/theming/lib/Settings/PersonalSection.php +++ b/apps/theming/lib/Settings/PersonalSection.php @@ -61,7 +61,7 @@ public function __construct(string $appName, * @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'); } /**