From a18cce4c81f249b70edb6168b90ea97ee916e16b Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 5 Oct 2022 16:22:13 -0400 Subject: [PATCH] Remove shadow from transparent input --- app/soapbox/components/ui/input/input.tsx | 3 ++- .../chats/components/chat-page/components/chat-page-main.tsx | 2 +- .../chats/components/chat-page/components/chat-page-new.tsx | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/soapbox/components/ui/input/input.tsx b/app/soapbox/components/ui/input/input.tsx index 30ffb6070..8437331d8 100644 --- a/app/soapbox/components/ui/input/input.tsx +++ b/app/soapbox/components/ui/input/input.tsx @@ -61,9 +61,10 @@ const Input = React.forwardRef( return (
{ return ( - + = () => { theme='transparent' showButtons={false} autoFocus + className='mb-0.5' />