using themed colours for the close button

This commit is contained in:
Adam Brown 2021-12-02 10:19:14 +00:00
parent f3f28f3989
commit 170f34639b

View File

@ -5,19 +5,19 @@
android:viewportHeight="24">
<path
android:fillAlpha="0.9"
android:fillColor="#E3E8F0"
android:fillColor="?vctr_content_quinary"
android:pathData="M24,12C24,18.6274 18.6274,24 12,24C5.3726,24 0,18.6274 0,12C0,5.3726 5.3726,0 12,0C18.6274,0 24,5.3726 24,12Z"
android:strokeAlpha="0.9" />
<path
android:fillColor="#00000000"
android:pathData="M7.9998,7.9998L15.9998,15.9998"
android:strokeWidth="1.33333"
android:strokeColor="#737D8C"
android:strokeColor="?vctr_content_secondary"
android:strokeLineCap="round" />
<path
android:fillColor="#00000000"
android:pathData="M16.0005,7.9998L8.0006,15.9998"
android:strokeWidth="1.33333"
android:strokeColor="#737D8C"
android:strokeColor="?vctr_content_secondary"
android:strokeLineCap="round" />
</vector>