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

Commit ac58d1ae authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

fix dialog not following our palette

parent 63e2d58e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

    <style name="ThemeOverlay.App.MaterialAlertDialog" parent="ThemeOverlay.Material3.MaterialAlertDialog">
        <item name="elevationOverlayEnabled">false</item>
        <item name="colorSurface">@color/e_floating_background</item>
        <item name="colorSurfaceContainerHigh">@color/e_floating_background</item>
        <item name="buttonBarPositiveButtonStyle">@style/Widget.App.Button</item>
        <item name="buttonBarNegativeButtonStyle">@style/Widget.App.Button</item>
    </style>