Skip to content

Commit 83cf66c

Browse files
committed
Fix color issue on HomeActivity and RoomDetailActivity (others do not have the problem, not sure why :/)
1 parent 363c068 commit 83cf66c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/ui-styles/src/main/res/values/theme_light.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464

6565
<!-- Material color -->
6666
<item name="colorPrimary">@color/element_accent_light</item>
67+
<!-- Fix background color of status bar in home and room detail activity -->
68+
<!--item name="colorPrimaryDark">@color/element_background_light</item-->
69+
<item name="colorPrimaryDark">?vctr_toolbar_background</item>
6770
<item name="colorPrimaryVariant">@color/element_accent_light</item>
6871
<item name="colorOnPrimary">@android:color/white</item>
6972
<item name="colorSecondary">@color/element_accent_light</item>

0 commit comments

Comments
 (0)