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

Commit 2e78fd71 authored by Pasty Chang's avatar Pasty Chang Committed by Android (Google) Code Review
Browse files

Merge "Change the color accent in setup AlertDialog for dark mode"

parents 21338568 37e83287
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -197,8 +197,8 @@
        <item name="android:textAllCaps">false</item>

        <item name="android:windowSoftInputMode">adjustResize</item>
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_light</item>
        <!-- copied from Theme.DeviceDefault.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_dark</item>
        <item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>
    </style>