소스 검색

Merge pull request #6651 from nextcloud/fixLinkIcon

make + icon grey600 for proper icon coloring dark/light
Tobias Kaminsky 4 년 전
부모
커밋
5d21b3668d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/res/drawable/ic_plus.xml

+ 1 - 1
src/main/res/drawable/ic_plus.xml

@@ -20,5 +20,5 @@
     android:width="24dp"
     android:viewportWidth="24"
     android:viewportHeight="24">
-    <path android:fillColor="#000" android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" />
+    <path android:fillColor="#757575" android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" />
 </vector>