- Improve sort icon color: <img width="139" alt="image" src="https://github.com/user-attachments/assets/6374c26a-4555-4735-953b-dbd961fe5b31" /> - Avoid duplicate border when enabled fixed column. <img width="587" alt="image" src="https://github.com/user-attachments/assets/6e186d29-5d8a-404e-b160-20c2af6a16fa" /> TODO - [x] The extra rows not show when `stripe` is true.
15 lines
340 B
XML
15 lines
340 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
class="lucide lucide-chevrons-up-down"
|
|
>
|
|
<path d="m7 15 5 5 5-5" />
|
|
<path opacity="0.2" d="m7 9 5-5 5 5" />
|
|
</svg>
|