fix: Fixes spellcheck menu unreadable text on Android dark mode (#2938)

This commit is contained in:
Antonella Sgarlatta
2025-09-25 10:05:34 -03:00
committed by GitHub
parent e3ecf364d3
commit cb92c10625

View File

@@ -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>