Skip to content

Commit 22985c6

Browse files
authored
Merge pull request #82 from beNative/codex/align-height-of-setup-clone-button
Align Setup & Clone button height with dashboard actions
2 parents 7329f24 + 377db0b commit 22985c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/RepositoryCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const CloneToPathButton: React.FC<{
399399
onClone();
400400
}}
401401
disabled={isProcessing}
402-
className="flex items-center justify-center px-3 py-1.5 text-sm font-medium text-white bg-blue-600 rounded-md hover:bg-blue-700 disabled:bg-gray-500 dark:disabled:bg-gray-600 disabled:cursor-not-allowed transition-colors"
402+
className="flex items-center justify-center px-2.5 py-1 text-xs font-medium text-white bg-blue-600 rounded-md hover:bg-blue-700 disabled:bg-gray-500 dark:disabled:bg-gray-600 disabled:cursor-not-allowed transition-colors"
403403
>
404404
<ArrowDownTrayIcon className="h-4 w-4 mr-1.5" />
405405
{cloneVerb} Repo
@@ -422,7 +422,7 @@ const ChooseLocationButton: React.FC<{
422422
onChooseLocation();
423423
}}
424424
disabled={isProcessing}
425-
className="flex items-center justify-center px-3 py-1.5 text-sm font-medium text-white bg-green-600 rounded-md hover:bg-green-700 disabled:bg-gray-500 dark:disabled:bg-gray-600 disabled:cursor-not-allowed transition-colors"
425+
className="flex items-center justify-center px-2.5 py-1 text-xs font-medium text-white bg-green-600 rounded-md hover:bg-green-700 disabled:bg-gray-500 dark:disabled:bg-gray-600 disabled:cursor-not-allowed transition-colors"
426426
>
427427
<FolderPlusIcon className="h-4 w-4 mr-1.5" />
428428
Setup & {cloneVerb}

0 commit comments

Comments
 (0)