Skip to content

Commit 5427aaa

Browse files
committed
Switch accessibility menu icon
Use one from material design icons and adjusted its view box to fit the other icons' sizes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
1 parent 239a19c commit 5427aaa

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed
Lines changed: 43 additions & 0 deletions
Loading

lib/private/NavigationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private function init() {
209209
'order' => 2,
210210
'href' => $this->urlGenerator->linkToRoute('settings.PersonalSettings.index', ['section' => 'theming']),
211211
'name' => $l->t('Appearance and accessibility'),
212-
'icon' => $this->urlGenerator->imagePath('theming', 'app-dark.svg'),
212+
'icon' => $this->urlGenerator->imagePath('theming', 'accessibility-dark.svg'),
213213
]);
214214
}
215215
if ($this->isAdmin()) {

tests/lib/NavigationManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public function providesNavigationConfig() {
277277
'order' => 2,
278278
'href' => '/apps/test/',
279279
'name' => 'Appearance and accessibility',
280-
'icon' => '/apps/theming/img/app-dark.svg',
280+
'icon' => '/apps/theming/img/accessibility-dark.svg',
281281
'active' => false,
282282
'classes' => '',
283283
'unread' => 0,

0 commit comments

Comments
 (0)