File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments