Merge pull request #1431 from abhishekshankr/main

UI/Fix for icon bounding boxes in dark mode
This commit is contained in:
Henry Heng 2023-12-23 17:10:03 +00:00 committed by GitHub
commit c4b9de2b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" fill="white"/>
<rect x="5" y="7" width="22" height="18" rx="2" stroke="black" stroke-width="2"/>
<path d="M11 12L15 16L11 20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 20H21" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 396 B

View File

@ -1,5 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" fill="white"/>
<rect x="5" y="7" width="22" height="18" rx="2" stroke="black" stroke-width="2"/>
<path d="M11 12L15 16L11 20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 20H21" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 396 B