Skip to content

Commit 80d3eb9

Browse files
authored
Fix secondary button color (#7122)
Fixes microsoft/vscode-copilot#19035
1 parent f393f24 commit 80d3eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webviews/common/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ input[type='submit'] {
3434
user-select: none;
3535
}
3636

37-
button:not(.icon-button):not(.danger),
37+
button:not(.icon-button):not(.danger):not(.secondary),
3838
input[type='submit'] {
3939
background-color: var(--vscode-button-background);
4040
}

0 commit comments

Comments
 (0)