diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f983f9..dd70584 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-1.9
+1.9 (Unreleased)
==
- Updated targetSDK to 34 (Android 14) with compatibility fixes.
@@ -9,7 +9,6 @@
- File Shuttle no longer appends ".null" or ".bin" suffixes unnecessarily. This should make it work much better with file managers such as Material Files.
- File Shuttle now triggers media scanning much more robustly. Media files (pictures, videos, etc.) copied into the work profile should now show up much quicker in gallery apps.
- Added a fake NFC payment service to workaround a bug in Android that prevents payment apps inside the work profile from being used if none is present in the main profile.
-- Fixed unintuitive colors of navigation icons under dark mode.
1.8
===
diff --git a/app/src/main/res/drawable/bottom_navigation_color_selector.xml b/app/src/main/res/drawable/bottom_navigation_color_selector.xml
index 7168a5f..c7d4af1 100644
--- a/app/src/main/res/drawable/bottom_navigation_color_selector.xml
+++ b/app/src/main/res/drawable/bottom_navigation_color_selector.xml
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 7947cab..f2b80f2 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -4,8 +4,6 @@
#009688
#FFC107
#004D3F
- @color/colorTextPrimary
- @color/colorAccent
#EEEEEE
#CCCCCC
#004D3F
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index bb5257b..4cb9323 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -4,8 +4,6 @@
#009688
#FFC107
#E0F2F1
- @color/colorAccent
- @color/colorTextPrimary
#333333
#999999
#E0F2F1