Fix popup overlay night theme

This commit is contained in:
S1m 2021-12-07 23:48:26 +01:00
parent 4da9eacc33
commit 9811bf5a46

View File

@ -21,5 +21,5 @@
<style name="Theme.NextPush.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> <style name="Theme.NextPush.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="Theme.NextPush.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> <style name="Theme.NextPush.PopupOverlay" parent="ThemeOverlay.AppCompat.DayNight" />
</resources> </resources>