mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(menu): Fix icon colors on waffle menu
[skip ci] Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
732c23401d
commit
616eb27e21
2 changed files with 2 additions and 2 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
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue