Skip to content

Commit 6f2983c

Browse files
Fixed issue
1 parent 504e65d commit 6f2983c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ChatInput/ChatInput.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export const ChatInput = forwardRef(
403403
<Container
404404
bg="background.grey400"
405405
mx={moderateScale(5)}
406-
p={moderateScale(0.4)}
406+
p={moderateScale(1)}
407407
/>
408408
{onCannedResponse &&
409409
showCannedResponsesFor.includes(selectedOption) && (

0 commit comments

Comments
 (0)