Skip to content

Commit 983e4b5

Browse files
revert unneeded change
1 parent 3223590 commit 983e4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/src/main/res/values/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<item name="android:textColor">?attr/textColor</item>
88
<item name="android:forceDarkAllowed">true</item>
99
<item name="android:windowTranslucentStatus">false</item>
10-
<item name="android:statusBarColor">#ffffff</item>
11-
<item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
10+
<item name="android:statusBarColor">?attr/backgroundColor</item>
11+
<item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
1212
</style>
1313

1414
<style name="LightTheme" parent="AppTheme">

0 commit comments

Comments
 (0)