fix(ui): icon on dark theme

This commit is contained in:
Elian Doran 2025-01-06 21:45:20 +02:00
parent bf34816950
commit 33feeb3fa8
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"> <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<text x="2" y="15" font-family="Arial, sans-serif" font-size="14" fill="black">ab</text> <text x="2" y="15" font-family="Arial, sans-serif" font-size="14" fill="currentColor">ab</text>
<text x="17" y="10" font-family="Arial, sans-serif" font-size="8" fill="black">1</text> <text x="17" y="10" font-family="Arial, sans-serif" font-size="8" fill="currentColor">1</text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 384 B