Add secondary button styles
miguelsolorio opened this issue · 1 comments
miguelsolorio commented
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:
- Install Insiders 1.56
- Set
"window.dialogStyle": "custom",
in your user settings - Try to close an unsaved file that will prompt the dialog below
Since this is a newer color token, you'll need to add a few tokens:
button.secondaryBackground
button.secondaryForeground
button.secondaryHoverBackground
dempfi commented
Fixed in v1