Skip to content

Commit 4dcbd2a

Browse files
fix: update text color for better visibility in Dashboard component
1 parent 1ca8b76 commit 4dcbd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dashboard/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function Dashboard() {
199199
className="flex items-center p-4 hover:bg-gray-50 transition-colors group"
200200
>
201201
<div className="flex-1 min-w-0">
202-
<p className="text-sm font-medium text-gray-900 truncate group-hover:text-blue-600">
202+
<p className="text-sm font-medium text-white-900 truncate group-hover:text-blue-600">
203203
{submission.title}
204204
</p>
205205
<p className="text-xs text-gray-500 mt-1">

0 commit comments

Comments
 (0)