We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3223590 commit 983e4b5Copy full SHA for 983e4b5
android/app/src/main/res/values/styles.xml
@@ -7,8 +7,8 @@
7
<item name="android:textColor">?attr/textColor</item>
8
<item name="android:forceDarkAllowed">true</item>
9
<item name="android:windowTranslucentStatus">false</item>
10
- <item name="android:statusBarColor">#ffffff</item>
11
- <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
+ <item name="android:statusBarColor">?attr/backgroundColor</item>
+ <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
12
</style>
13
14
<style name="LightTheme" parent="AppTheme">
0 commit comments