Skip to content

Commit 6269789

Browse files
authored
Merge pull request #14 from Nexters/feat/#9
feat: 디자인 변경사항 반영
2 parents 025b23b + d8da72f commit 6269789

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/shared/lib/styledComponents/theme.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ import { css } from "styled-components";
22

33
export const theme = {
44
fonts: {
5-
headline3: css`
6-
font-size: 28px;
7-
font-style: normal;
8-
font-weight: 700;
9-
line-height: 40px;
10-
`,
115
headline2: css`
126
font-size: 24px;
137
font-style: normal;
@@ -26,14 +20,12 @@ export const theme = {
2620
font-weight: 700;
2721
line-height: 26px;
2822
`,
29-
// 다지안 확인 대기
3023
subHead3: css`
3124
font-size: 16px;
3225
font-style: normal;
3326
font-weight: 700;
3427
line-height: 24px;
3528
`,
36-
// 다지안 확인 대기
3729
subHead2: css`
3830
font-size: 15px;
3931
font-style: normal;
@@ -92,7 +84,7 @@ export const theme = {
9284
grey80: "#32383F",
9385
grey90: "#24292F",
9486

95-
//변동 가능성 있음
87+
primary00: "#F6F5FF",
9688
primary01: "#DEDBFF",
9789
primary02: "#B4ACFF",
9890
primary03: "#7A6DF0",

0 commit comments

Comments
 (0)