Skip to content

Commit e003e11

Browse files
authored
Merge pull request #46 from codeit-sprint-part3-6team/#45_버튼-컴포넌트-font-weight-Global-Style-적용
💄 폰트 css 수정
2 parents 2860d17 + 9818c5c commit e003e11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/common/button/Button.module.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
padding: 0;
55
background-color: var(--white);
66
font-size: 14px;
7-
font-weight: var(--medium);
7+
font-weight: 500;
88
line-height: 24px;
99
color: var(--violet);
1010
cursor: pointer;
@@ -39,7 +39,7 @@
3939
height: 54px;
4040
border-radius: 8px;
4141
font-size: 16px;
42-
font-weight: var(--semiBold);
42+
font-weight: 600;
4343
line-height: 26px;
4444
color: var(--gray);
4545
}
@@ -55,7 +55,7 @@
5555
height: 50px;
5656
border-radius: 8px;
5757
font-size: 18px;
58-
font-weight: var(--medium);
58+
font-weight: 500;
5959
line-height: 26px;
6060
}
6161

@@ -65,7 +65,7 @@
6565
height: 70px;
6666
border-radius: 8px;
6767
font-size: 18px;
68-
font-weight: var(--bold);
68+
font-weight: 700;
6969
line-height: 26px;
7070
color: var(--black-medium);
7171
}
@@ -93,7 +93,7 @@
9393
width: 100%;
9494
height: 70px;
9595
font-size: 16px;
96-
font-weight: var(--semiBold);
96+
font-weight: 600;
9797
}
9898

9999
.dashboard.add .button_content {
@@ -105,7 +105,7 @@
105105
width: 100%;
106106
height: 62px;
107107
font-size: 18px;
108-
font-weight: var(--medium);
108+
font-weight: 500;
109109
}
110110

111111
.dashboard.card {

0 commit comments

Comments
 (0)