Skip to content

Commit

Permalink
Changed accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Apr 28, 2023
1 parent 26ab13d commit dc4c69f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<!--Set accent color-->
<item name="colorAccent">#fc3c44</item>
</style>

</resources>

0 comments on commit dc4c69f

Please sign in to comment.