This commit is contained in:
@@ -258,7 +258,7 @@ export function SshConnectionsPanel({ showToast }: SshConnectionsPanelProps = {}
|
||||
{error && <div className="text-xs text-red-500">読み込みに失敗しました: {String(error)}</div>}
|
||||
|
||||
{creating && (
|
||||
<section className="mb-5 border border-accent/40 rounded-md bg-white p-4">
|
||||
<section className="mb-5 border border-accent/40 rounded-md bg-canvas p-4">
|
||||
<h3 className="text-xs font-semibold text-slate-700 mb-2">新規 SSH 接続</h3>
|
||||
<SshConnectionForm
|
||||
existing={null}
|
||||
|
||||
Reference in New Issue
Block a user