style(dialog): remove fixed border-radius for consistency with theme variables

This commit is contained in:
mrleemurray
2026-02-26 12:11:24 +00:00
parent 75b588a2ae
commit 37e10e57a7

View File

@@ -338,7 +338,6 @@
/* Dialog */
.monaco-workbench .monaco-dialog-box {
box-shadow: var(--shadow-xl);
border-radius: var(--radius-lg);
backdrop-filter: var(--backdrop-blur-lg);
-webkit-backdrop-filter: var(--backdrop-blur-lg);
background: color-mix(in srgb, var(--vscode-editor-background) 60%, transparent) !important;