Selaa lähdekoodia

Increase pin icon contrast to match search/back buttons

Danilo Bargen 6 vuotta sitten
vanhempi
commit
c7c7ba2d91
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      public/img/ic_pin.svg
  2. 1 1
      public/img/ic_unpin.svg

+ 1 - 1
public/img/ic_pin.svg

@@ -5,6 +5,6 @@
   viewBox="0 0 24 24">
   <path
     fill="#000000"
-    fill-opacity="0.54"
+    fill-opacity="0.87"
     d="M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"/>
 </svg>

+ 1 - 1
public/img/ic_unpin.svg

@@ -5,6 +5,6 @@
   viewBox="0 0 24 24">
   <path
     fill="#000000"
-    fill-opacity="0.54"
+    fill-opacity="0.87"
     d="M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12M8.8,14L10,12.8V4H14V12.8L15.2,14H8.8Z" />
 </svg>