File tree Expand file tree Collapse file tree
_ui/MentorClient/_ui/MentorFindSection
chat/[chatId]/_ui/ChatContent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const MentorFindSection = () => {
4343 </ div >
4444
4545 { /* 멘토 리스트 */ }
46- < div ref = { listRef } className = "space-y-4" >
46+ < div ref = { listRef } className = "space-y-4 pb-28 " >
4747 { mentorList . length === 0 ? (
4848 < EmptySdwBCards message = "멘토가 없습니다. 필터를 변경해보세요." />
4949 ) : (
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ const ChatContent = ({ chatId }: ChatContentProps) => {
155155 { /* 날짜 구분선 */ }
156156 { showDateSeparator && (
157157 < div className = "my-4 mb-6 flex w-full justify-center" >
158- < span className = "rounded-full bg-gray-100 px-3 py-1 text-gray -600 typo-regular-2" >
158+ < span className = "rounded-full bg-k-50 px-3 py-1 text-k -600 typo-regular-2" >
159159 { formatDateSeparator ( message . createdAt ) }
160160 </ span >
161161 </ div >
You can’t perform that action at this time.
0 commit comments