2 parents a4ddaf5 + 1a84e40 commit f774273Copy full SHA for f774273
1 file changed
src/components/connections/ConnectionManager.tsx
@@ -126,7 +126,12 @@ export function ConnectionManager() {
126
<DialogPrimitive.Title asChild>
127
<h3 className="hstack">
128
{view === "form" && profiles.length > 0 && (
129
- <button className="ico -ml-2" onClick={() => openConnections("list")} aria-label="Back">
+ <button
130
+ className="ico"
131
+ style={{ marginLeft: -8, marginRight: 2 }}
132
+ onClick={() => openConnections("list")}
133
+ aria-label="Back"
134
+ >
135
<ArrowLeft />
136
</button>
137
)}
0 commit comments