Skip to content

Commit 687c6d1

Browse files
committed
fix(*): use tailwind
1 parent e5ce9ac commit 687c6d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/components/DetailedResultsTable.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,7 @@ export default function DetailedResultsTable({
218218
row.style.backgroundColor = "#ffffff";
219219
}}
220220
>
221-
<td
222-
className="px-4 py-3 text-sm font-medium align-top"
223-
style={{ color: "#737373" }}
224-
>
221+
<td className="px-4 py-3 text-sm font-medium align-top text-text-secondary">
225222
{index + 1}
226223
</td>
227224

0 commit comments

Comments
 (0)