Skip to content

Commit e9be19a

Browse files
committed
refactor(#37): 변경된 typo 반영
1 parent c4e996a commit e9be19a

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

src/app/(auth)/login/_styles/Login.css.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ export const titleWrapper = style({
7474
});
7575

7676
export const title = style({
77-
...typography.title1,
78-
fontWeight: "700",
77+
...typography.title1Bd,
7978
});
8079

8180
export const subtitle = style({
82-
...typography.body1,
83-
fontWeight: "500",
81+
...typography.body1Md,
8482
color: semantic.text.alternative,
8583
});
8684

@@ -100,7 +98,6 @@ export const kakaoLogo = style({
10098
});
10199

102100
export const kakaoText = style({
103-
...typography.body1,
104-
fontWeight: "600",
101+
...typography.body1Sb,
105102
color: semantic.text.normal,
106103
});

src/components/ui/Button/Button.css.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ export const button = recipe({
4848
borderRadius: radius[80],
4949
},
5050
medium: {
51-
...typography.body2,
51+
...typography.body2Sb,
5252
padding: "0.9rem 2rem",
5353
borderRadius: radius[100],
5454
},
5555
large: {
56-
...typography.body1,
56+
...typography.body1Sb,
5757
padding: "1.2rem 2.8rem",
5858
borderRadius: radius[120],
5959
},
6060
fullWidth: {
61-
...typography.body1,
61+
...typography.body1Sb,
6262
width: "100%",
6363
padding: "1.4rem 2.8rem",
6464
borderRadius: radius[160],

src/components/ui/GNB/SubGNB/SubGNB.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const titleWrapperLeft = style({
5151
});
5252

5353
export const title = style({
54-
...typography.title2,
54+
...typography.title2Sb,
5555
fontWeight: 600,
5656
whiteSpace: "nowrap",
5757
color: semantic.text.normal,

src/components/ui/TextButton/TextButton.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ export const textButton = recipe({
3232
},
3333
size: {
3434
medium: {
35-
...typography.body1,
35+
...typography.body1Sb,
3636
},
3737
small: {
38-
...typography.label2,
38+
...typography.label1,
3939
},
4040
},
4141
},

0 commit comments

Comments
 (0)