Skip to content

Commit

Permalink
Merge pull request #34170 from nextcloud/enh/noid/theming-settings-icon
Browse files Browse the repository at this point in the history
update theming icon in personal settings
  • Loading branch information
szaimen authored Sep 21, 2022
2 parents 8268416 + 310ccfa commit 0577f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/Settings/PersonalSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit 0577f86

Please sign in to comment.