Skip to content

Commit ce3eead

Browse files
author
Dylan Huang
committed
Update Row component to change created date text color from gray-900 to gray-600 for improved visual consistency.
1 parent 8e154eb commit ce3eead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite-app/src/components/Row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const Row = observer(
107107

108108
{/* Created */}
109109
<td className="px-3 py-3 text-xs">
110-
<span className="text-gray-900">
110+
<span className="text-gray-600">
111111
{row.created_at instanceof Date
112112
? row.created_at.toLocaleDateString() +
113113
" " +

0 commit comments

Comments
 (0)