Update NudeButton.tsx

This commit is contained in:
Tom Moor
2022-09-11 14:54:26 -07:00
committed by GitHub
parent a3907918e4
commit 15877fbb39

View File

@@ -20,7 +20,7 @@ const NudeButton = styled(ActionButton).attrs((props: Props) => ({
height: ${(props) =>
typeof props.height === "string"
? props.height
: `${props.width || props.size || 24}px`};
: `${props.height || props.size || 24}px`};
background: none;
border-radius: 4px;
display: inline-block;