Skip to content

Commit d92d68d

Browse files
committed
:chore: Fix color (#1822)
1 parent f973a1a commit d92d68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/TaskTables/TaskTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<!-- https://github.com/kenkoooo/AtCoderProblems/blob/master/atcoder-problems-frontend/src/pages/TablePage/AtCoderRegularTable.tsx -->
107107
<!-- https://github.com/birdou/atcoder-blogs/blob/main/app/atcoder-blogs-frontend/src/pages/BlogTablePage/BlogTablePage.tsx -->
108108
<!-- https://tailwindcss.com/docs/position#sticky-positioning-elements -->
109-
<div class="container w-full overflow-hidden rounded-md border border-gray-300 shadow-sm">
109+
<div class="container w-full overflow-hidden rounded-md border border-gray-100 shadow-sm">
110110
<div class="w-full overflow-auto">
111111
<Table id="task-table" class="text-md table-fixed w-full" aria-label="Task table">
112112
<TableHead class="text-sm bg-gray-100">

0 commit comments

Comments
 (0)