Skip to content

Commit

Permalink
Merge pull request #14 from Nexters/feat/#9
Browse files Browse the repository at this point in the history
feat: 디자인 변경사항 반영
  • Loading branch information
ljh0608 authored Jan 25, 2025
2 parents 025b23b + d8da72f commit 6269789
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/shared/lib/styledComponents/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import { css } from "styled-components";

export const theme = {
fonts: {
headline3: css`
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px;
`,
headline2: css`
font-size: 24px;
font-style: normal;
Expand All @@ -26,14 +20,12 @@ export const theme = {
font-weight: 700;
line-height: 26px;
`,
// 다지안 확인 대기
subHead3: css`
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
`,
// 다지안 확인 대기
subHead2: css`
font-size: 15px;
font-style: normal;
Expand Down Expand Up @@ -92,7 +84,7 @@ export const theme = {
grey80: "#32383F",
grey90: "#24292F",

//변동 가능성 있음
primary00: "#F6F5FF",
primary01: "#DEDBFF",
primary02: "#B4ACFF",
primary03: "#7A6DF0",
Expand Down

0 comments on commit 6269789

Please sign in to comment.