Skip to content

Commit 1e1f44d

Browse files
committed
Update select all text color for better contrast and readability
1 parent 2605d07 commit 1e1f44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Table/ColumnsMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<button
3939
on:click|preventDefault={selectAll}
4040
type="button"
41-
class="btn p-0 text-sm grow underline text-primary-500"
41+
class="btn p-0 text-sm grow underline text-primary-600"
4242
>
4343
Select All
4444
</button>

0 commit comments

Comments
 (0)