Closed miguelsolorio closed 3 years ago
VS Code will start using the secondary button style in custom dialogs. These are visible on Windows and on the web (i.e. Codespaces). To see this:
"window.dialogStyle": "custom",
Since this is a newer color token, you'll need to add a few tokens:
button.secondaryBackground
button.secondaryForeground
button.secondaryHoverBackground
Fixed in v1
VS Code will start using the secondary button style in custom dialogs. These are visible on Windows and on the web (i.e. Codespaces). To see this:
"window.dialogStyle": "custom",
in your user settingsSince this is a newer color token, you'll need to add a few tokens:
button.secondaryBackground
button.secondaryForeground
button.secondaryHoverBackground