Skip to content

Commit 7f4231d

Browse files
committed
chore: Use text-base instead of text-md (#2054)
1 parent 84fb69c commit 7f4231d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/WorkBookTasks/WorkBookTasksTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</Label>
149149

150150
<div class="rounded-md border border-gray-200 dark:border-gray-700 overflow-hidden">
151-
<Table shadow class="text-md table-fixed w-full" aria-label="Workbook tasks">
151+
<Table shadow class="text-base table-fixed w-full" aria-label="Workbook tasks">
152152
<caption class="sr-only">List of workbook tasks with their grades and comments</caption>
153153
<TableHead class="text-sm bg-gray-100">
154154
<TableHeadCell class="w-10 pl-3 pr-3 text-center">#</TableHeadCell>

0 commit comments

Comments
 (0)