10000 updated colors · coder/coder@8b7f049 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b7f049

Browse files
committed
updated colors
1 parent 9c7d3cc commit 8b7f049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
7474
to={`${getLink(
7575
linkToTemplate(t.organization_name, t.name),
7676
)}/workspace`}
77-
className="w-[320px] p-4 rounded-md border-solid border-surface-grey text-left flex gap-4 no-underline text-inherit hover:bg-surface-grey"
77+
className="w-[320px] p-4 rounded-md border border-solid border-surface-quaternary text-left flex gap-4 no-underline text-inherit hover:bg-surface-grey"
7878
>
7979
<div className="flex-shrink-0 pt-1">
8080
<Avatar variant="icon" src={t.icon} fallback={t.name} />
@@ -90,7 +90,7 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
9090
// descriptions, when those URLS have no hyphens or other
9191
// easy semantic breakpoints. Need to set this to ensure
9292
// those URLs don't break outside their containing boxes
93-
className="text-sm text-gray-600 leading-[1.4] m-0 pt-1 break-words"
93+
className="text-sm text-gray-400 leading-[1.4] m-0 pt-1 break-words"
9494
>
9595
{t.description}
9696
</p>

0 commit comments

Comments
 (0)
0