added svg for comact mode

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-09-10 13:51:33 +02:00
parent 8862ff5cc4
commit b0065819f5
1 changed files with 9 additions and 7 deletions

View File

@ -31,14 +31,16 @@
<button (click)="toggleCompactMode()" class="btn btn-square btn-ghost"> <button (click)="toggleCompactMode()" class="btn btn-square btn-ghost">
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24" viewBox="0 0 24 24"
class="inline-block w-6 h-6 stroke-current"> fill="none"
<path stroke="currentColor"
stroke-width="2"
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
stroke-width="2" class="inline-block w-6 h-6">
d="M3 3h18v18H3V3z"></path> <rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
<line x1="9" y1="3" x2="9" y2="21" />
<path d="M13 8l3 3-3 3" />
</svg> </svg>
</button> </button>
</div> </div>