mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(settings): Fix appstore icon color in settings menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e01a54c53a
commit
1e246706bd
3 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
|
|||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["img/app.svg"]
|
||||
path = ["img/app.svg", "img/app-dark.svg"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2018-2024 Google LLC"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<navigation role="admin">
|
||||
<name>Apps</name>
|
||||
<route>appstore.page.viewApps</route>
|
||||
<icon>app.svg</icon>
|
||||
<icon>app-dark.svg</icon>
|
||||
<order>5</order>
|
||||
<type>settings</type>
|
||||
</navigation>
|
||||
|
|
|
|||
1
apps/appstore/img/app-dark.svg
Normal file
1
apps/appstore/img/app-dark.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 0 16 16" height="16" width="16" fill="#000" 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>
|
||||
|
After Width: | Height: | Size: 333 B |
Loading…
Reference in a new issue