diff --git a/app/src/main/res/values-night-v29/themes.xml b/app/src/main/res/values-night-v29/themes.xml new file mode 100644 index 0000000000..71bbc144ab --- /dev/null +++ b/app/src/main/res/values-night-v29/themes.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 26d7308b7d..164e7300b9 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -31,6 +31,7 @@ @color/textColorPrimaryDark @color/cardBackground @color/iconColorDark + @color/oldNavBarBackground + \ 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 ea957bbbc1..a57d6a680b 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -40,7 +40,7 @@ @color/iconColorLight @android:color/transparent - @color/oldNavBarBackground + @color/colorPrimary