SUW: Fix divider color for dark theme

Change-Id: I5d173da85e739c68535850b53e5f94aabe45caa9
This commit is contained in:
Michael Bestas
2022-05-05 14:12:17 +03:00
committed by Michael Bestas
parent bbd1630e76
commit a44598827a

View File

@@ -6,4 +6,6 @@
<resources> <resources>
<color name="page_background">@color/sud_glif_background_color_dark</color> <color name="page_background">@color/sud_glif_background_color_dark</color>
<color name="accent">?attr/colorAccent</color> <color name="accent">?attr/colorAccent</color>
<color name="divider">#40ffffff</color>
</resources> </resources>