vscode-webview-ui-toolkit
vscode-webview-ui-toolkit copied to clipboard
Button uses wrong background on hover with light HC theme

It appears this is related to this behavior:
https://github.com/microsoft/vscode-webview-ui-toolkit/blob/3ba70540550ebe53a6010cacd7ff1a1d4c612d3e/src/utilities/theme/applyTheme.ts#L56-L60
I'm slightly confused why removing this as a sanity check doesn't work since these values are indeed explictly set in VS Code core. Note the hcLight value set here:
https://github.com/microsoft/vscode/blob/6fcf02f29a125db24f67bd9dc43110a02773edf0/src/vs/platform/theme/common/colorRegistry.ts#L269
Is this related to how the tokens are supplied to webviews?
VS Code now tells webviews about hc-light so I can pick this up later this week or next.