It is not entirely clear where the issue and its scope are, but once we landed #398 we noticed a styling difference for the a > button node in the banner component.
This element is styled as follows:
position: relative;
margin-right: var(--space-32);
border-radius: 5.6rem;
background: var(--purple5);
color: var(--color-fill-top-nav);
line-height: var(--line-height-subheading);
text-decoration: none;
font-family: var(--sans);
font-style: normal;
font-weight: var(--font-weight-semibold);

@SMotaal I was seeing this bug and noticed that the border of the button is receiving the style from each browser user agent stylesheet.


But can be solved if it could be set a default style for the border button.
For example, if I add border: 1px solid <some-color|transparent>; to the banner component css, will look exactly the same:


Hi @giankotarola any interest in creating a PR for this issue?
@benhalverson of course, I will create the PR.
closed via #423
@giankotarola Thank you so much, I realize my "screen shots" was a literally screen shot.
Aside — We're landing PR's on staging, see Getting Started.
@benhalverson Do we want to use a "PR # closes issue #" approach for moving forward?