diff --git a/components/dashboard/src/index.css b/components/dashboard/src/index.css index 7e5035bb1b0689..d99242f70afbdd 100644 --- a/components/dashboard/src/index.css +++ b/components/dashboard/src/index.css @@ -61,8 +61,13 @@ @apply cursor-default opacity-50 pointer-events-none; } - a.gp-link { - @apply text-blue-500 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-500; + button.gp-link { + @apply bg-transparent hover: bg-transparent p-0 rounded-none; + } + + a.gp-link, + button.gp-link { + @apply text-blue-500 hover: text-blue-600 dark:text-blue-400 dark:hover:text-blue-500; } input[type=text], input[type=search], input[type=password], select { diff --git a/components/dashboard/src/projects/NewProject.tsx b/components/dashboard/src/projects/NewProject.tsx index 0e4f7d391774ec..b327c8f314da1d 100644 --- a/components/dashboard/src/projects/NewProject.tsx +++ b/components/dashboard/src/projects/NewProject.tsx @@ -368,9 +368,9 @@ export default function NewProject() {

{loaded && noReposAvailable ? "Select account on " : "Select a Git repository on "} {selectedProviderHost} ( - setShowGitProviders(true)}> + )

@@ -493,13 +493,12 @@ export default function NewProject() {
Repository not found?{" "} - reconfigure()} - className="text-gray-400 underline underline-thickness-thin underline-offset-small hover:text-gray-600" + className="gp-link text-gray-400 underline underline-thickness-thin underline-offset-small hover:text-gray-600" > Reconfigure - +
)}