Browse Source

Merge pull request #6651 from nextcloud/fixLinkIcon

make + icon grey600 for proper icon coloring dark/light
Tobias Kaminsky 4 năm trước cách đây
mục cha
commit
5d21b3668d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>