From bbe027817ebe005e7f6f7b49dce7deb161e2be91 Mon Sep 17 00:00:00 2001 From: oaoong Date: Tue, 28 Nov 2023 22:27:39 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=EB=A7=88=EC=9D=B4=EB=84=88?= =?UTF-8?q?=ED=95=9C=20css=20=EC=88=98=EC=A0=95=EC=82=AC=ED=95=AD=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(routes)/cards/[cardId]/modify/CardModifyTemplate.tsx | 2 +- .../chatrooms/[chatRoomId]/components/ChatInput.tsx | 5 ++--- .../[chatRoomId]/components/CompleteRequestButton.tsx | 2 +- src/app/layout.tsx | 3 ++- src/components/domain/logo/Logo.tsx | 7 ++++++- tailwind.config.js | 4 ++++ 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/app/(root)/(routes)/cards/[cardId]/modify/CardModifyTemplate.tsx b/src/app/(root)/(routes)/cards/[cardId]/modify/CardModifyTemplate.tsx index 4fc8f57a..ea8da4ab 100644 --- a/src/app/(root)/(routes)/cards/[cardId]/modify/CardModifyTemplate.tsx +++ b/src/app/(root)/(routes)/cards/[cardId]/modify/CardModifyTemplate.tsx @@ -68,7 +68,7 @@ const CardModifyTemplate = ({ cardInfo, cardId }: CardModifyTemplateProps) => { variant={'gradation'} disabled={isSubmitting} > - 등록하기 + 수정하기 diff --git a/src/app/(root)/(routes)/chatrooms/[chatRoomId]/components/ChatInput.tsx b/src/app/(root)/(routes)/chatrooms/[chatRoomId]/components/ChatInput.tsx index fd52c0df..a9594a98 100644 --- a/src/app/(root)/(routes)/chatrooms/[chatRoomId]/components/ChatInput.tsx +++ b/src/app/(root)/(routes)/chatrooms/[chatRoomId]/components/ChatInput.tsx @@ -27,15 +27,14 @@ const ChatInput = ({ return (
-
diff --git a/src/components/domain/logo/Logo.tsx b/src/components/domain/logo/Logo.tsx index 0cabb623..99808dcd 100644 --- a/src/components/domain/logo/Logo.tsx +++ b/src/components/domain/logo/Logo.tsx @@ -8,7 +8,12 @@ const Logo = () => { return ( ) diff --git a/tailwind.config.js b/tailwind.config.js index 62cc0421..75684089 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,6 +14,10 @@ module.exports = { ], darkMode: ['class'], theme: { + screens: { + xs: { max: '480px' }, + ...require('tailwindcss/defaultConfig').theme.screens, + }, extend: { backgroundImage: () => ({ 'gradient-primary':