8000 fix: update `WorkspacesEmpty.tsx` from material ui to tailwind by rohansinha01 · Pull Request #16886 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: update WorkspacesEmpty.tsx from material ui to tailwind #16886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed outdated colors from palette
  • Loading branch information
rohansinha01 committed Mar 13, 2025
commit 9c7d3cc1e1930d60638302d5647a75054293fba8
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacesPage/WorkspacesEmpty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
to={`${getLink(
linkToTemplate(t.organization_name, t.name),
)}/workspace`}
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"
>
<div className="flex-shrink-0 pt-1">
<Avatar variant="icon" src={t.icon} fallback={t.name} />
Expand Down
Loading
0