diff --git a/src/pages/Auth/SignUp/UniversityStep.tsx b/src/pages/Auth/SignUp/UniversityStep.tsx
index e38f77e..1ef1b82 100644
--- a/src/pages/Auth/SignUp/UniversityStep.tsx
+++ b/src/pages/Auth/SignUp/UniversityStep.tsx
@@ -9,7 +9,7 @@ import { useGetUniversityList } from './hooks/useUniversity';
function UniversityCard({ label, onClick }: { label: string; onClick: () => void }) {
return (
);
@@ -40,7 +40,7 @@ function UniversityStep() {
value={universityName}
placeholder="학교를 입력해주세요.."
onChange={(e) => setUniversityName(e.target.value)}
- className="mt-5 w-full border-b-2 border-indigo-400 py-4 text-[20px] font-bold text-indigo-300 placeholder:text-indigo-300"
+ className="text-h3 mt-5 w-full border-b-2 border-indigo-400 py-4 text-indigo-300 placeholder:text-indigo-300"
/>
{filteredUniversities.map((university) => (
diff --git a/src/pages/Auth/SignUp/components/AgreementArrow.tsx b/src/pages/Auth/SignUp/components/AgreementArrow.tsx
index 594a6fd..5d90086 100644
--- a/src/pages/Auth/SignUp/components/AgreementArrow.tsx
+++ b/src/pages/Auth/SignUp/components/AgreementArrow.tsx
@@ -21,7 +21,7 @@ function AgreementRow({ checked, onChange, label, route, RightIcon, CheckIcon }:
onChange={(e) => onChange(e.target.checked)}
/>
-
{label}
+
{label}
{RightIcon ? (
@@ -45,7 +45,7 @@ function AgreementAllRow({ checked, onChange, label, BigCheckIcon }: AgreementAl
);
}
diff --git a/src/pages/Auth/SignUp/components/StepLayout.tsx b/src/pages/Auth/SignUp/components/StepLayout.tsx
index e1702a9..e425ecd 100644
--- a/src/pages/Auth/SignUp/components/StepLayout.tsx
+++ b/src/pages/Auth/SignUp/components/StepLayout.tsx
@@ -14,8 +14,8 @@ function StepLayout({
return (
-
{title}
-
{description}
+
{title}
+
{description}
{children}
diff --git a/src/pages/Chat/ChatRoom.tsx b/src/pages/Chat/ChatRoom.tsx
index aad0d7e..0ff8e1d 100644
--- a/src/pages/Chat/ChatRoom.tsx
+++ b/src/pages/Chat/ChatRoom.tsx
@@ -51,6 +51,8 @@ function ChatRoom() {
sendMessage({ chatRoomId: Number(chatRoomId), content: message });
textareaRef.current.value = '';
textareaRef.current.style.height = 'auto';
+ textareaRef.current.focus();
+ messagesEndRef.current?.scrollIntoView();
}
}
};
diff --git a/src/pages/Club/ClubDetail/components/ClubIntro.tsx b/src/pages/Club/ClubDetail/components/ClubIntro.tsx
index 9a3bbde..93c5a8c 100644
--- a/src/pages/Club/ClubDetail/components/ClubIntro.tsx
+++ b/src/pages/Club/ClubDetail/components/ClubIntro.tsx
@@ -22,8 +22,8 @@ function ClubIntro({ clubDetail }: ClubIntroProps) {
return (
<>
- 동아리 소개
- {clubDetail.introduce}
+ 동아리 소개
+ {clubDetail.introduce}
위치 및 회원 수
@@ -54,13 +54,13 @@ function ClubIntro({ clubDetail }: ClubIntroProps) {
-
-
동아리에 대해 궁금한 점이 있으신가요?
-
편하게 문의해주세요!
+
+
동아리에 대해 궁금한 점이 있으신가요?
+
편하게 문의해주세요!