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

Commit 7a9a1b4a authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '847-fix_accent' into 'main'

Fix accent color in text input

See merge request !68
parents 8e5e37e1 777d6825
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@
        <item name="android:textCursorDrawable">@drawable/cursor</item>
        <item name="alertDialogTheme">@style/customAlertDialog</item>
        <item name="android:alertDialogTheme">@style/customAlertDialog</item>
        <item name="colorAccent">@color/colorAccent</item>
        <item name="colorControlActivated">@color/colorAccent</item>
    </style>

    <style name="AppThemeDialog" parent="Theme.AppCompat.Dialog">