From 2a92b7c202c79d1004f36830ee99434d523ed25d Mon Sep 17 00:00:00 2001 From: reya Date: Sun, 3 Dec 2023 08:34:44 +0700 Subject: [PATCH] polish --- src/app/chats/components/chatForm.tsx | 2 +- src/app/nwc/components/form.tsx | 22 +++++++-------- src/app/nwc/index.tsx | 8 +++--- src/app/relays/components/userRelayList.tsx | 31 +++++++++++++-------- src/app/settings/backup.tsx | 2 +- src/app/settings/editProfile.tsx | 14 +++++----- src/app/users/components/profile.tsx | 2 +- src/shared/notes/actions/zap.tsx | 26 +++++++++-------- 8 files changed, 59 insertions(+), 48 deletions(-) diff --git a/src/app/chats/components/chatForm.tsx b/src/app/chats/components/chatForm.tsx index 3cf6c4d0..27b62455 100644 --- a/src/app/chats/components/chatForm.tsx +++ b/src/app/chats/components/chatForm.tsx @@ -54,7 +54,7 @@ export function ChatForm({ receiverPubkey }: { receiverPubkey: string }) { autoCorrect="off" autoCapitalize="off" placeholder="Message..." - className="h-10 flex-1 resize-none bg-transparent px-3 text-neutral-900 placeholder:text-neutral-600 focus:outline-none dark:text-neutral-100 dark:placeholder:text-neutral-300" + className="h-10 flex-1 resize-none border-none bg-transparent px-3 text-neutral-900 placeholder:text-neutral-600 focus:border-none focus:shadow-none focus:outline-none focus:ring-0 dark:text-neutral-100 dark:placeholder:text-neutral-300" />