Update text document icon color

This commit is contained in:
Alexander Zaytsev 2019-04-11 15:59:52 +03:00
parent ecf18c4d9f
commit 442c8de949

View file

@ -78,7 +78,7 @@ function iconFile () {
function iconText () {
return <svg aria-hidden="true" class="UppyIcon" width="62" height="62" viewBox="0 0 62 62">
<path d="M4.309 4.309h24.912v53.382h-6.525v3.559h16.608v-3.559h-6.525V4.309h24.912v10.676h3.559V.75H.75v14.235h3.559z" fill-rule="nonzero" fill="#cbcbcb" />
<path d="M4.309 4.309h24.912v53.382h-6.525v3.559h16.608v-3.559h-6.525V4.309h24.912v10.676h3.559V.75H.75v14.235h3.559z" fill-rule="nonzero" fill="#525252" />
</svg>
}