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
Thanks @misolori!
Are you aware if this is planned to roll out on the next stable release?
Yes, this is planned to be in the next release that should ship next week.
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