diff --git a/components/dashboard/src/components/ContextMenu.tsx b/components/dashboard/src/components/ContextMenu.tsx index edc0a6c4d4c4d3..f85ebf476e930d 100644 --- a/components/dashboard/src/components/ContextMenu.tsx +++ b/components/dashboard/src/components/ContextMenu.tsx @@ -70,7 +70,7 @@ function ContextMenu(props: ContextMenuProps) { {props.menuEntries.map((e, index) => { const clickable = e.href || e.onClick || e.link; const entry =
{props.title}
diff --git a/components/dashboard/src/index.css b/components/dashboard/src/index.css index 2d1e333527ed40..26949b20afb791 100644 --- a/components/dashboard/src/index.css +++ b/components/dashboard/src/index.css @@ -21,7 +21,7 @@ @apply text-2xl text-gray-800 leading-9 font-semibold; } h4 { - @apply pb-2 text-sm font-medium text-gray-600; + @apply pb-2 text-sm font-semibold text-gray-600; } p { @apply text-sm text-gray-400; @@ -35,7 +35,7 @@ @layer components { button { - @apply cursor-pointer px-4 py-2 my-auto bg-green-600 hover:bg-green-700 text-gray-100 text-sm font-medium rounded-md focus:outline-none focus:ring; + @apply cursor-pointer px-4 py-2 my-auto bg-green-600 hover:bg-green-700 text-gray-100 text-sm font-medium rounded-md focus:outline-none focus:ring transition ease-in-out; } button.secondary { @apply bg-gray-100 hover:bg-gray-200 text-gray-500 hover:text-gray-600; @@ -51,7 +51,7 @@ } input[type=text], input[type=password], select { - @apply text-xs block w-56 text-sm text-gray-600 rounded-md border border-gray-300 focus:border-gray-400 focus:bg-white focus:ring-0; + @apply block w-56 text-gray-600 rounded-md border border-gray-300 focus:border-gray-400 focus:bg-white focus:ring-0; } input[type=text]::placeholder, input[type=password]::placeholder { diff --git a/components/dashboard/src/settings/Account.tsx b/components/dashboard/src/settings/Account.tsx index fea66bc49117c1..1320a3d55ce5d7 100644 --- a/components/dashboard/src/settings/Account.tsx +++ b/components/dashboard/src/settings/Account.tsx @@ -45,7 +45,7 @@ export default function Account() {The following information will be used to set up git configuration. You can override git author name and email per project by using the default environment variables GIT_AUTHOR_NAME and GIT_COMMITTER_EMAIL.
+The following information will be used to set up git configuration. You can override git author name and email per project by using the default environment variables GIT_AUTHOR_NAME and GIT_COMMITTER_EMAIL.
You can pass a variable for a specific project or use wildcard characters (*/*) to make it available in more projects.
+You can pass a variable for a specific project or use wildcard character (*/*) to make it available in more projects.
Projects you use frequently will show up here.
Prefix a git repository URL with gitpod.io/# or start with an example.
Sorry there seem to be no example projects, that work with your current git provider.