mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
style(inline-chat): update border-radius to use theme variable for consistency
This commit is contained in:
@@ -614,7 +614,6 @@
|
||||
.monaco-workbench .monaco-editor .inline-chat {
|
||||
box-shadow: var(--shadow-lg);
|
||||
border: none;
|
||||
border-radius: var(--radius-lg);
|
||||
}
|
||||
|
||||
/* Command Center */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
.monaco-workbench .inline-chat {
|
||||
color: inherit;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--vscode-cornerRadius-large);
|
||||
border: 1px solid var(--vscode-inlineChat-border);
|
||||
box-shadow: 0 2px 4px 0 var(--vscode-widget-shadow);
|
||||
background: var(--vscode-inlineChat-background);
|
||||
|
||||
Reference in New Issue
Block a user