Skip to content

Commit d5a320d

Browse files
committed
refactor/#225 : 마이페이지 프로필 Crop으로 변경
1 parent be1688a commit d5a320d

File tree

1 file changed

+2
-0
lines changed
  • feature/mypage/src/main/java/com/boostcamp/mapisode/mypage/screen

1 file changed

+2
-0
lines changed

feature/mypage/src/main/java/com/boostcamp/mapisode/mypage/screen/MypageScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import androidx.compose.runtime.getValue
2424
import androidx.compose.ui.Alignment
2525
import androidx.compose.ui.Modifier
2626
import androidx.compose.ui.draw.clip
27+
import androidx.compose.ui.layout.ContentScale
2728
import androidx.compose.ui.platform.LocalContext
2829
import androidx.compose.ui.res.stringResource
2930
import androidx.compose.ui.unit.dp
@@ -220,6 +221,7 @@ private fun Profile(
220221
modifier = Modifier
221222
.size(52.dp)
222223
.clip(CircleShape),
224+
contentScale = ContentScale.Crop,
223225
)
224226

225227
Spacer(modifier = Modifier.width(16.dp))

0 commit comments

Comments
 (0)