diff --git a/vector/src/main/res/drawable/ic_close_with_circular_bg.xml b/vector/src/main/res/drawable/ic_close_with_circular_bg.xml
index a38416674a..5e54b638a0 100644
--- a/vector/src/main/res/drawable/ic_close_with_circular_bg.xml
+++ b/vector/src/main/res/drawable/ic_close_with_circular_bg.xml
@@ -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>