Skip to content

Commit

Permalink
Fix button gap (#19306)
Browse files Browse the repository at this point in the history
* Fix button gap

* Fix oopsie
  • Loading branch information
filiptronicek authored Jan 9, 2024
1 parent 547cdbf commit f458160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const EmptyWorkspacesContent = () => {
</a>
</Subheading>
<span>
<LinkButton href={"/new"} className="gap-1">
<LinkButton href={"/new"} className="gap-1.5">
New Workspace{" "}
<span className="opacity-60 hidden md:inline">{StartWorkspaceModalKeyBinding}</span>
</LinkButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const WorkspacesSearchBar: FunctionComponent<WorkspacesSearchBarProps> =
/>
</div>
<Link to={"/new"}>
<Button className="ml-2">
<Button className="ml-2 gap-1.5">
New Workspace <span className="opacity-60 hidden md:inline">{StartWorkspaceModalKeyBinding}</span>
</Button>
</Link>
Expand Down

0 comments on commit f458160

Please sign in to comment.