8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e19a4e commit 9c7d3ccCopy full SHA for 9c7d3cc
site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx
@@ -74,7 +74,7 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
74
to={`${getLink(
75
linkToTemplate(t.organization_name, t.name),
76
)}/workspace`}
77
- className="w-[320px] p-4 rounded-md border border-divider text-left flex gap-4 no-underline text-inherit hover:bg-paper"
+ 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"
78
>
79
<div className="flex-shrink-0 pt-1">
80
<Avatar variant="icon" src={t.icon} fallback={t.name} />
0 commit comments