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

Commit 78d8ac13 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Fix copy/paste text popup having invisible text in some apps

parent f08be3ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle">
    <solid android:color="@color/e_floating_background"/>
    <solid android:color="?androidprv:attr/materialColorSurfaceContainerHighest"/>
    <corners android:radius="?android:attr/dialogCornerRadius" />
</shape>