Description
"outline" variant Buttons, on hover, do not apply the theme's hoverBorder color.

This is likely due to a typo inside the Button styles file: https://github.com/primer/react/blob/main/src/Button/styles.ts#L135
That line is currently written as:
borderColor: 'outline.hoverBorder',
when it should probably be written as:
borderColor: 'btn.outline.hoverBorder',
Steps to reproduce
- Navigate to https://codesandbox.io/s/twilight-fire-1qpyl1?file=/src/App.js
- Open the dev tools and inspect the button
- Simulate the hover state on the button
- Observe the button's CSS property:

Version
35.10.0
Browser
Edge