Closed michalkvasnicak closed 3 years ago
If you use <Button as="a" /> it doesn't have same height as <Button /> because line-height is not the same.
<Button as="a" />
<Button />
line-height
If you use
<Button as="a" />
it doesn't have same height as<Button />
becauseline-height
is not the same.