Skip to content

Commit

Permalink
Add more spacing next to debugger stack button
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Apr 23, 2024
1 parent 8732241 commit eca6ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/debugger/DebuggerScriptPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { TabBar } from "ui/tabs/Tabs";
import API from "renderer/lib/api";
import DebuggerScriptCtxBreadcrumb from "components/debugger/DebuggerScriptCtxBreadcrumb";
import { StackIcon } from "ui/icons/Icons";
import { FixedSpacer } from "ui/spacing/Spacing";

interface DebuggerScriptPaneProps {
collapsible?: boolean;
Expand Down Expand Up @@ -278,6 +279,7 @@ const DebuggerScriptPane = ({ collapsible }: DebuggerScriptPaneProps) => {
>
<StackIcon />
</Button>
<FixedSpacer width={5} />
<Button
size="small"
variant={
Expand Down

0 comments on commit eca6ebe

Please sign in to comment.