This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Description
Bug report
The Material spec for button theming Material spec notes that the border color of an outlined button should be set to secondary theme on-surface at 12%, but we seem to set it as primary
Steps to reproduce
- Create an mdc-button that is outlined
- Set secondary to be a different color, like red
Actual behavior
The outline of the button is the same, primary color
Expected behavior
The outline of the button should be the secondary color (red in this case)
Screenshots
Your Environment:
| Software |
Version(s) |
| MDC Web |
canary |
| Browser |
chrome |
| Operating System |
macos |
Additional context
Possible solution