Browse Source

styles

master
Henning Hall 5 years ago
parent
commit
a8267f4da6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      examples/detox/android/app/src/main/res/values/styles.xml

+ 3
- 1
examples/detox/android/app/src/main/res/values/styles.xml View File

@ -3,7 +3,9 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorControlNormal">#03b6fc</item>
<item name="colorControlNormal">#03b6fc</item>
<!-- <item name="android:textColorPrimary">#03b6fc</item> -->
</style>
</resources>

Loading…
Cancel
Save