Currently, button styles use surface/default for the hover state and surface/hover for the active state. This creates a semantic inconsistency since there is already a surface/active token that better aligns with expected behavior.
We have testet that it works well to use surface/hover for hover and surface/active for the active state, and should change this both in Figma and code.
### Tasks
- [x] Use correct tokens in Figma
- [ ] Use correct tokens in code
Currently, button styles use
surface/default
for the hover state andsurface/hover
for the active state. This creates a semantic inconsistency since there is already asurface/active
token that better aligns with expected behavior.We have testet that it works well to use
surface/hover
for hover andsurface/active
for the active state, and should change this both in Figma and code.