Skip to content

Commit

Permalink
refactor/#225 : 마이페이지 프로필 Crop으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shinythinking committed Dec 5, 2024
1 parent be1688a commit d5a320d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import androidx.compose.runtime.getValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.unit.dp
Expand Down Expand Up @@ -220,6 +221,7 @@ private fun Profile(
modifier = Modifier
.size(52.dp)
.clip(CircleShape),
contentScale = ContentScale.Crop,
)

Spacer(modifier = Modifier.width(16.dp))
Expand Down

0 comments on commit d5a320d

Please sign in to comment.