Skip to content

Commit 8f646c5

Browse files
authored
♻️ refactor: 버튼 여백 조정 및 프로필 이미지 높이 추가
♻️ refactor: 버튼 여백 조정 및 프로필 이미지 높이 추가
2 parents 70364b6 + fd612e6 commit 8f646c5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/UserProfileSelector/UserProfileSelector.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
&__selected-image {
2020
width: 80px;
21+
height: 80px;
2122
border-radius: 100px;
2223
cursor: pointer;
2324
}

src/components/common/Button.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
display: block;
4747
max-width: 280px;
4848
min-width: 320px;
49-
margin: 0 auto;
49+
margin: 0 auto 24px;
5050
}
5151

5252
&--confirm {

src/pages/RecipientList/RecipientList.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
}
1616
.button-listpage {
1717
margin-top: 64px;
18-
margin-bottom: 218px;
1918
}
2019
.section__h2 {
2120
@include font-24-bold;

0 commit comments

Comments
 (0)