Skip to content

Commit be0f890

Browse files
committed
fix(icon): Icon in file sidebar for dark theme
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 8c44465 commit be0f890

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors"
1616
SPDX-License-Identifier = "AGPL-3.0-or-later"
1717

1818
[[annotations]]
19-
path = ["img/app.svg", "img/app-dark.svg", "img/checkmark-green.svg", "img/close-red.svg"]
19+
path = ["img/app.svg", "img/app-dark.svg", "img/app-no-color.svg", ""img/checkmark-green.svg", "img/close-red.svg"]
2020
precedence = "aggregate"
2121
SPDX-FileCopyrightText = "2018-2024 Google LLC"
2222
SPDX-License-Identifier = "Apache-2.0"

img/app-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

img/app-no-color.svg

Lines changed: 1 addition & 0 deletions
Loading

img/app.svg

Lines changed: 1 addition & 1 deletion
Loading

src/approvalTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
import ApprovalSvgIcon from '../img/app-dark.svg'
6+
import ApprovalSvgIcon from '../img/app-no-color.svg'
77
import { getRequestToken } from '@nextcloud/auth'
88
import Vue from 'vue'
99
import ApprovalTab from './views/ApprovalTab.vue'

0 commit comments

Comments
 (0)