8000 fixed outdated colors from palette · coder/coder@9c7d3cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c7d3cc

Browse files
committed
fixed outdated colors from palette
1 parent 2e19a4e commit 9c7d3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx

Lines changed: 1 addition & 1 deletion
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 border-divider text-left flex gap-4 no-underline text-inherit hover:bg-paper"
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"
7878
>
7979
<div className="flex-shrink-0 pt-1">
8080
<Avatar variant="icon" src={t.icon} fallback={t.name} />

0 commit comments

Comments
 (0)
0