Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 59248de

Browse files
remove shadow
1 parent 4e0fc31 commit 59248de

File tree

1 file changed

+1
-1
lines changed
  • packages/convostack-frontend-react/src/components/EmbeddableChat

1 file changed

+1
-1
lines changed

‎packages/convostack-frontend-react/src/components/EmbeddableChat/UserInput.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const UserInput: React.FC<UserInputProps> = ({
9797

9898
return (
9999
<div className="border-t-1">
100-
<div className="w-full min-h-14 bg-off-white flex items-center max-h-36 scrollbar-hidden py-4 focus-within:shadow-md">
100+
<div className="w-full min-h-14 bg-off-white flex items-center max-h-36 scrollbar-hidden py-4">
101101
<textarea
102102
placeholder="Send a message..."
103103
ref={textareaRef}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /