Align border radius to other widgets

This commit is contained in:
David Dossett
2024-05-08 10:37:48 -07:00
parent d3edb58337
commit 6cb778ae8e
@@ -720,7 +720,7 @@
.chat-confirmation-widget {
border: 1px solid var(--vscode-chat-requestBorder);
border-radius: 6px;
border-radius: 4px;
margin-bottom: 16px;
padding: 12px 16px 16px;
}