Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure
Button
component uses correct spacing as link element
When the `Button` component is rendered as link element (`<a>`) by passing the `href` or `to` prop it'll now use a reduced line height to ensure it matches the same layout as if it would have been rendered as `<button>` element. GH-112
- Loading branch information