Skip to content

Commit

Permalink
refactor :: 프로필 기본 이미지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Feb 6, 2024
1 parent 9192e9b commit bcc5262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added core/common/src/main/res/drawable/ic_person.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ private fun SetImage(
Image(
modifier = Modifier
.size(80.dp)
.clip(CircleShape)
.background(JobisTheme.colors.primary),
painter = painterResource(id = JobisIcon.Information),
.clip(CircleShape),
painter = painterResource(id = team.retum.common.R.drawable.ic_person),
contentDescription = "user profile",
)
// TODO jobis medium button 구현하기
Expand Down

0 comments on commit bcc5262

Please sign in to comment.