Skip to content

Commit ea29ebf

Browse files
committed
Update controlVariant class on Table pagination component
1 parent bf1aa98 commit ea29ebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/Table/TablePagination.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@
6969
select="hidden"
7070
buttonClasses="disabled:!variant-filled-surface !px-3 !py-1.5 !fill-current !variant-filled-primary"
7171
active="!variant-filled-secondary"
72+
controlVariant="text-on-primary-token"
7273
maxNumerals={1}
7374
showNumerals
7475
/>
7576
</div>
76-
<div class="flex justify-end items-center">
77+
<div class="flex justify-end items-center text-on-primary-token">
7778
<span class="text-xs text-gray-500">{indexInformation}</span>
7879
</div>
7980
</div>

0 commit comments

Comments
 (0)