diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 9fc0235..90ad555 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -6,8 +6,8 @@
- @color/white
- true
+ - true
-
- @color/primary_color
- @color/primary_dark
- @color/white
@@ -15,4 +15,15 @@
- @color/secondary_dark
- @color/white
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 21a1b7d..95d88c5 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -9,8 +9,12 @@
- @color/secondary_color
- @color/secondary_dark
- @color/white
+
+
- @color/white
- - true
+ - true
+ - true
+
- @color/text_primary
- @color/text_secondary
@@ -20,6 +24,10 @@