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

Commit 10a12d9d authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Theme components to match our palette

parent c0cffac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="@dimen/clock_color_size_button_corner_radius" />
    <solid android:color="@color/color_surface" />
    <solid android:color="@*android:color/e_floating_background_variant" />
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    </item>
    <item>
        <shape android:shape="rectangle">
            <solid android:color="@color/color_surface"/>
            <solid android:color="@*android:color/e_floating_background_variant"/>
            <corners android:radius="@dimen/option_tile_radius" />
        </shape>
    </item>