File tree Expand file tree Collapse file tree 4 files changed +9
-12
lines changed
Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,11 @@ export const titleWrapper = style({
7474} ) ;
7575
7676export const title = style ( {
77- ...typography . title1 ,
78- fontWeight : "700" ,
77+ ...typography . title1Bd ,
7978} ) ;
8079
8180export 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
102100export const kakaoText = style ( {
103- ...typography . body1 ,
104- fontWeight : "600" ,
101+ ...typography . body1Sb ,
105102 color : semantic . text . normal ,
106103} ) ;
Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const titleWrapperLeft = style({
5151} ) ;
5252
5353export const title = style ( {
54- ...typography . title2 ,
54+ ...typography . title2Sb ,
5555 fontWeight : 600 ,
5656 whiteSpace : "nowrap" ,
5757 color : semantic . text . normal ,
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments