Skip to content

Commit 0af616b

Browse files
authored
[HOTFIX] home / recuit 하단 지원하기 section 배경색 수정 (#198)
2 parents a9a8219 + bb2e9b3 commit 0af616b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

components/common/JoinSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function JoinSection({
5858
const JoinSectionContainer = styled(SectionTemplate)`
5959
width: auto;
6060
padding: 140px 16px;
61-
background-color: ${({ theme }) => theme.palette.white_100};
61+
background-color: ${({ theme }) => theme.palette.white};
6262
6363
${media.mobile} {
6464
padding: 100px 16px;

styles/fonts.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ const Font = createGlobalStyle`
1313
font-display: swap;
1414
src: url('/assets/fonts/Poppins-ExtraBold.ttf');
1515
}
16-
@font-face {
17-
font-family: 'Pretendard';
18-
font-weight: 800;
19-
font-display: swap;
20-
src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations')
21-
}
2216
`;
2317

2418
export default Font;

0 commit comments

Comments
 (0)