You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
found the inconsistent border width in DeprecatedButton for secondary variant across the pseudo classes; it makes the button size slightly change, we use beta32 to reproduce it
Expected behaviour
I think the focus pseudo should be consistent with the others, default and hover have var(--comp-button-border-width-default) while the focus have var(--border-width-double)
Describe the bug
found the inconsistent border width in DeprecatedButton for secondary variant across the pseudo classes; it makes the button size slightly change, we use beta32 to reproduce it
To Reproduce
Steps to reproduce the behaviour eg:
Expected behaviour
I think the focus pseudo should be consistent with the others, default and hover have
var(--comp-button-border-width-default)while the focus havevar(--border-width-double)Additional context
Related line of code https://github.com/reapit/elements/blob/main/src/components/deprecated-button/styles.ts#L70-L88
2025-07-03_14-08-06.mp4