Merge pull request #3739 from nextcloud/chore/noid/mimeTypeTextColor

Update text mimetype color
This commit is contained in:
Andy Scherzinger 2024-03-20 19:58:11 +01:00 committed by GitHub
commit e98f60d884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#969696"
android:fillColor="@color/textColorMaxContrast"
android:pathData="M19,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM14,17L7,17v-2h7v2zM17,13L7,13v-2h10v2zM17,9L7,9L7,7h10v2z" />
</vector>