Fix layout button styling

This commit is contained in:
Robert Long
2021-11-10 17:03:32 -08:00
parent dc57166229
commit 4c7c3e2cd3
6 changed files with 22 additions and 29 deletions

6
src/icons/Freedom.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="13" y="11" width="5" height="5" rx="1.16667" fill="white"/>
<rect x="13" y="5" width="5" height="5" rx="1.16667" fill="white"/>
<rect x="7" y="5" width="5" height="5" rx="1.16667" fill="white"/>
<rect x="4" y="11" width="8" height="8" rx="1.14286" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 375 B

View File

@@ -1,11 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="9" width="6" height="6" rx="1" fill="white"/>
<rect x="9" y="9" width="6" height="6" rx="1" fill="white"/>
<rect x="17" y="9" width="6" height="6" rx="1" fill="white"/>
<rect x="1" y="17" width="6" height="6" rx="1" fill="white"/>
<rect x="9" y="17" width="6" height="6" rx="1" fill="white"/>
<rect x="17" y="17" width="6" height="6" rx="1" fill="white"/>
<rect x="1" y="1" width="6" height="6" rx="1" fill="white"/>
<rect x="9" y="1" width="6" height="6" rx="1" fill="white"/>
<rect x="17" y="1" width="6" height="6" rx="1" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 658 B

View File

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B