mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
fix: Fixes spellcheck menu unreadable text on Android dark mode (#2938)
This commit is contained in:
committed by
GitHub
parent
e3ecf364d3
commit
cb92c10625
@@ -1,7 +1,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Base application theme with DayNight support for proper dark mode colors. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowBackground">@color/background</item>
|
||||
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
|
||||
|
||||
Reference in New Issue
Block a user