Merge pull request #60989 from nextcloud/bugfix/noid/fix-icon-colors

fix(menu): Fix icon colors on waffle menu
This commit is contained in:
Joas Schilling 2026-06-05 09:33:27 +02:00 committed by GitHub
commit cbac607588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
<svg viewBox="0 0 16 16" height="16" width="16" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M11 13H5v-2h6V5h2v6h6v2h-6v6h-2v-6Z" style="fill-rule:nonzero" transform="matrix(.85714 0 0 .85714 -2.286 -2.286)"/></svg>
<svg viewBox="0 0 16 16" height="16" width="16" fill="#fff" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M11 13H5v-2h6V5h2v6h6v2h-6v6h-2v-6Z" style="fill-rule:nonzero" transform="matrix(.85714 0 0 .85714 -2.286 -2.286)"/></svg>

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 333 B

View file

@ -179,7 +179,7 @@ export default defineComponent({
return ''
}
return this.currentApp.type === 'settings'
? imagePath('core', 'actions/settings.svg')
? imagePath('core', 'actions/settings-dark.svg')
: this.currentApp.icon
},

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long