fix: NudeButton should always have button height

This commit is contained in:
Tom Moor
2022-02-08 20:22:08 -08:00
parent d643c9453e
commit aa09dc39fb

View File

@@ -11,6 +11,7 @@ const Button = styled.button.attrs((props) => ({
height: ${(props) => props.height || props.size || 24}px;
background: none;
border-radius: 4px;
display: inline-block;
line-height: 0;
border: 0;
padding: 0;