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

Commit 62818c7e authored by Andrey Epin's avatar Andrey Epin
Browse files

Fix a close button colors

Apply approriate color attribute to the close-button cross

Bug: 230035096
Test: Both dark and light themes
Change-Id: If656b861ce59813bc64fc2ce57609edbb005c3ee
parent eccd6122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
        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"
        android:fillColor="?attr/overlayButtonTextColor"
        android:pathData="M23,10.41L21.59,9 16,14.59 10.41,9 9,10.41 14.59,16 9,21.59 10.41,23 16,17.41 21.59,23 23,21.59 17.41,16z"/>
</vector>