Skip to content

Commit

Permalink
Merge pull request #13005 from nextcloud/update-pdf-icon-color
Browse files Browse the repository at this point in the history
Update pdf icon color
  • Loading branch information
AndyScherzinger authored May 13, 2024
2 parents f88e754 + 431ab2e commit 58e7a0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/file_pdf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:viewportHeight="96">

<path
android:fillColor="#FF2116"
android:fillColor="#dc5047"
android:pathData="M76,12H20C15.6,12 12,15.6 12,20V76C12,80.4 15.6,84 20,84H76C80.4,84 84,80.4 84,76V20C84,15.6 80.4,12 76,12ZM38,46C38,49.2 35.2,52 32,52H28V60H22V36H32C35.2,36 38,38.8 38,42V46ZM58,54C58,57.2 55.2,60 52,60H42V36H52C55.2,36 58,38.8 58,42V54ZM74,42H68V46H74V52H68V60H62V36H74V42ZM48,42H52V54H48V42ZM28,42H32V46H28V42Z" />

</vector>

0 comments on commit 58e7a0e

Please sign in to comment.