diff --git a/REUSE.toml b/REUSE.toml
index 0ffec7ca..47cad4b3 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -16,7 +16,7 @@ SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
-path = ["img/app.svg", "img/app-dark.svg", "img/checkmark-green.svg", "img/close-red.svg"]
+path = ["img/app.svg", "img/app-dark.svg", "img/app-no-color.svg", "img/checkmark-green.svg", "img/close-red.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2024 Google LLC"
SPDX-License-Identifier = "Apache-2.0"
diff --git a/img/app-dark.svg b/img/app-dark.svg
index edf32933..6a95319f 100644
--- a/img/app-dark.svg
+++ b/img/app-dark.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/img/app-no-color.svg b/img/app-no-color.svg
new file mode 100644
index 00000000..b9538bff
--- /dev/null
+++ b/img/app-no-color.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/img/app.svg b/img/app.svg
index ed213234..d3f3205a 100644
--- a/img/app.svg
+++ b/img/app.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/src/approvalTab.js b/src/approvalTab.js
index 0ec595ed..687e6da1 100644
--- a/src/approvalTab.js
+++ b/src/approvalTab.js
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
-import ApprovalSvgIcon from '../img/app-dark.svg'
+import ApprovalSvgIcon from '../img/app-no-color.svg'
import { getRequestToken } from '@nextcloud/auth'
import Vue from 'vue'
import ApprovalTab from './views/ApprovalTab.vue'