Skip to content

Commit f458160

Browse files
Fix button gap (#19306)
* Fix button gap * Fix oopsie
1 parent 547cdbf commit f458160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dashboard/src/workspaces/EmptyWorkspacesContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const EmptyWorkspacesContent = () => {
2727
</a>
2828
</Subheading>
2929
<span>
30-
<LinkButton href={"/new"} className="gap-1">
30+
<LinkButton href={"/new"} className="gap-1.5">
3131
New Workspace{" "}
3232
<span className="opacity-60 hidden md:inline">{StartWorkspaceModalKeyBinding}</span>
3333
</LinkButton>

components/dashboard/src/workspaces/WorkspacesSearchBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const WorkspacesSearchBar: FunctionComponent<WorkspacesSearchBarProps> =
6868
/>
6969
</div>
7070
<Link to={"/new"}>
71-
<Button className="ml-2">
71+
<Button className="ml-2 gap-1.5">
7272
New Workspace <span className="opacity-60 hidden md:inline">{StartWorkspaceModalKeyBinding}</span>
7373
</Button>
7474
</Link>

0 commit comments

Comments
 (0)