diff --git a/img/app-dark.svg b/img/app-dark.svg
new file mode 100644
index 0000000..2b3785d
--- /dev/null
+++ b/img/app-dark.svg
@@ -0,0 +1 @@
+
diff --git a/img/app.svg b/img/app.svg
index 2b3785d..894a44d 100644
--- a/img/app.svg
+++ b/img/app.svg
@@ -1 +1 @@
-
+
diff --git a/lib/Sections/CurrencyAdmin.php b/lib/Sections/CurrencyAdmin.php
index 1c143a7..53b2109 100644
--- a/lib/Sections/CurrencyAdmin.php
+++ b/lib/Sections/CurrencyAdmin.php
@@ -16,7 +16,7 @@ class CurrencyAdmin implements IIconSection {
}
public function getIcon(): string {
- return $this->urlGenerator->imagePath('autocurrency', 'app.svg');
+ return $this->urlGenerator->imagePath('autocurrency', 'app-dark.svg');
}
public function getID(): string {