Skip to content

Commit 948507b

Browse files
committed
Revert "feat: change AppTheme parent to Material3 (#538)"
This reverts commit d6e1bb0.
1 parent cf850f9 commit 948507b

File tree

1 file changed

+1
-1
lines changed
  • packages/platform-android/template/android/app/src/main/res/values

1 file changed

+1
-1
lines changed

packages/platform-android/template/android/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources>
22

33
<!-- Base application theme. -->
4-
<style name="AppTheme" parent="Theme.Material3.DayNight.NoActionBar">
4+
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
55
<!-- Customize your theme here. -->
66
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
77
</style>

0 commit comments

Comments
 (0)