We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8123985 commit d3f0ec5Copy full SHA for d3f0ec5
src/lib/components/Table/TablePagination.svelte
@@ -46,7 +46,7 @@
46
bind:value={$pageSize}
47
>
48
{#each pageSizes as size}
49
- <option value={size}>{size}</option>
+ <option value={size} class="!bg-primary-700">{size}</option>
50
{/each}
51
</select>
52
</div>
src/lib/components/Table/TablePaginationServer.svelte
@@ -77,7 +77,7 @@
77
78
79
80
81
82
83
0 commit comments