소스 검색

Increase pin icon contrast to match search/back buttons

Danilo Bargen 6 년 전
부모
커밋
c7c7ba2d91
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>