From 15877fbb39407a0bbad75cf0d7063f44b0e571e6 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 11 Sep 2022 14:54:26 -0700 Subject: [PATCH] Update NudeButton.tsx --- app/components/NudeButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/NudeButton.tsx b/app/components/NudeButton.tsx index 00cb2ab63..c9917adc7 100644 --- a/app/components/NudeButton.tsx +++ b/app/components/NudeButton.tsx @@ -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;