Skip to content

Commit

Permalink
23기 지원 마감 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangjun-man authored Oct 14, 2023
2 parents e231cfc + c147556 commit b434d97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/recruit/RecruitField/RecruitDeveloper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ const DeveloperListStyled = styled.div`
${({ theme }) => theme.textStyle.web.Subtitle};
color: #898989; // @Todo 와이어프레임 임시 컬러
${media.mobile} {
width: 300px;
width: 360px;
height: 21px;
${({ theme }) => theme.textStyle.mobile.Body_Point2};
${({ theme }) => theme.textStyle.mobile.Body_Point3};
}
`;

Expand Down
4 changes: 2 additions & 2 deletions database/recruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import { DeveloperFieldName } from 'components/recruit/RecruitField/RecruitDevel
*/

/* 현재 모집중이면 true 아니면 false */
export const IS_RECRUITING = true;
export const IS_RECRUITING = false;

/** Banner */
export const RECRUIT_BANNER = {
title: '지금은 모집기간이 아닙니다',
description: `현재 ${Yapp.YAPP_GENERATION}기 활동 중! 다음 기수는 2023.09에 예정되어 있습니다`,
description: `현재 ${Yapp.YAPP_GENERATION}기 활동 중! 다음 기수는 2024년 4월에 예정되어 있습니다`,
buttonName: `${Number(Yapp.YAPP_GENERATION) + 1}기에서 만나요!`,
};

Expand Down
6 changes: 6 additions & 0 deletions styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ const textStyle = {
line-height: 19px; // @Note 모집 분야 개발자 탭에 아래 IOS, Android 텍스트가 Body_point2라고 나와있는데 디자인 시스템에 안나와있고, line-height고 19로 나와있네요 이 부분 나중에 물어보겠습니다!
letter-spacing: ${letterSpacing.small};
`,
Body_Point3: css`
font-size: ${fontSize.xxxxxSmall};
font-weight: ${fontWeight.bold};
line-height: 19px; // @Note 모집 분야 개발자 탭에 아래 IOS, Android 텍스트가 Body_point2라고 나와있는데 디자인 시스템에 안나와있고, line-height고 19로 나와있네요 이 부분 나중에 물어보겠습니다!
letter-spacing: ${letterSpacing.small};
`,
Body_1: css`
font-size: ${fontSize.xxxSmall};
font-weight: ${fontWeight.regular};
Expand Down

0 comments on commit b434d97

Please sign in to comment.