Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a386cb27 authored by Yi-Ling Chuang's avatar Yi-Ling Chuang
Browse files

Fix the background color of the homepage.

- Remove the windowBackground override.

Fixes: 177715172
Test: open the homepage and see its color.
Change-Id: If8f6f789eef49caabf6d0f04eee33850e1c98e19
parent 1e1c8133
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@
        <item name="android:windowLightStatusBar">true</item>
        <item name="android:navigationBarDividerColor">@*android:color/ripple_material_light</item>
        <item name="android:navigationBarColor">@android:color/transparent</item>
        <item name="android:windowBackground">@android:color/white</item>
    </style>

    <style name="Theme.Settings.ContextualCard" parent="Theme.Settings.Home">