mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #60989 from nextcloud/bugfix/noid/fix-icon-colors
fix(menu): Fix icon colors on waffle menu
This commit is contained in:
commit
cbac607588
4 changed files with 5 additions and 5 deletions
|
|
@ -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 |
|
|
@ -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
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue