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 bf1aa98 commit ea29ebfCopy full SHA for ea29ebf
src/lib/components/Table/TablePagination.svelte
@@ -69,11 +69,12 @@
69
select="hidden"
70
buttonClasses="disabled:!variant-filled-surface !px-3 !py-1.5 !fill-current !variant-filled-primary"
71
active="!variant-filled-secondary"
72
+ controlVariant="text-on-primary-token"
73
maxNumerals={1}
74
showNumerals
75
/>
76
</div>
- <div class="flex justify-end items-center">
77
+ <div class="flex justify-end items-center text-on-primary-token">
78
<span class="text-xs text-gray-500">{indexInformation}</span>
79
80
0 commit comments