fix filepicker bug in dark mode

Signed-off-by: szaimen <szaimen@e.mail.de>
pull/27895/head
szaimen 3 years ago committed by backportbot[bot]
parent 2378048386
commit 1029c85307

@ -52,10 +52,7 @@
<span class="filename-parts__last">{filename2}</span>
</span>
</td>
<td class="filesize"
style="color:rgb({sizeColor}, {sizeColor}, {sizeColor})">
{size}
</td>
<td class="filesize">{size}</td>
<td class="date">{date}</td>
</tr>
</tbody>

Loading…
Cancel
Save