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'); } /**