Skip to content

Commit f774273

Browse files
committed
Merge branch 'main' into production
2 parents a4ddaf5 + 1a84e40 commit f774273

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/connections/ConnectionManager.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,12 @@ export function ConnectionManager() {
126126
<DialogPrimitive.Title asChild>
127127
<h3 className="hstack">
128128
{view === "form" && profiles.length > 0 && (
129-
<button className="ico -ml-2" onClick={() => openConnections("list")} aria-label="Back">
129+
<button
130+
className="ico"
131+
style={{ marginLeft: -8, marginRight: 2 }}
132+
onClick={() => openConnections("list")}
133+
aria-label="Back"
134+
>
130135
<ArrowLeft />
131136
</button>
132137
)}

0 commit comments

Comments
 (0)