Skip to content

Commit

Permalink
[FIX/#283] modify image clip
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Oct 6, 2024
1 parent d90d336 commit c85cb94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ fun InternCompanyInfo(
color = Grey150,
shape = RoundedCornerShape(size = 20.dp)
)
.clip(RoundedCornerShape(size = 20.dp))
) {
AsyncImage(
model = ImageRequest.Builder(LocalContext.current)
Expand Down

0 comments on commit c85cb94

Please sign in to comment.