We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88fe05 commit c17f8a1Copy full SHA for c17f8a1
components/dashboard/src/components/RepositoryFinder.tsx
@@ -212,7 +212,7 @@ const SuggestedRepositoryOption: FC<SuggestedRepositoryOptionProps> = ({ repo })
212
)}
213
214
{/* 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">
+ <span className="text-sm whitespace-nowrap truncate overflow-ellipsis text-gray-500 dark:text-gray-400">
216
{stripOffProtocol(repo.url)}
217
</span>
218
</div>
0 commit comments