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

Commit a13cffbc authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Make overlay dismiss button color_tertiary

Using secondary accent color as before conflicts with the background
of the text in clipboard preview.

Bug: 227464893
Fix: 227464893
Test: manual (visual change)
Change-Id: I77356051b7ca4c5b8a8772ca3f1a2e36828c6ecf
parent 4bf66d6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
        android:viewportWidth="32.0"
        android:viewportHeight="32.0">
    <path
        android:fillColor="?androidprv:attr/colorAccentSecondary"
        android:fillColor="?androidprv:attr/colorAccentTertiary"
        android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0"/>
    <path
        android:fillColor="?android:attr/textColorPrimary"