Skip to content

Commit c17f8a1

Browse files
authored
Update repository path in the new workspace page (#18754)
1 parent d88fe05 commit c17f8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/RepositoryFinder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const SuggestedRepositoryOption: FC<SuggestedRepositoryOptionProps> = ({ repo })
212212
)}
213213

214214
{/* TODO: refine some Text* components a bit to make it easy to set the right colors for dark/light mode */}
215-
<span className="text-xs whitespace-nowrap truncate overflow-ellipsis text-gray-400 dark:text-gray-400">
215+
<span className="text-sm whitespace-nowrap truncate overflow-ellipsis text-gray-500 dark:text-gray-400">
216216
{stripOffProtocol(repo.url)}
217217
</span>
218218
</div>

0 commit comments

Comments
 (0)