Skip to content

Commit

Permalink
[FEAT/#71] 그림자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 15, 2024
1 parent b5ffd4c commit 6153255
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ fun MyPageInfo(
)
.customShadow(
color = Grey200,
shadowRadius = 5.dp,
shadowWidth = 2.dp
shadowRadius = 3.dp,
shadowWidth = 1.dp
)
.background(
color = White,
Expand Down

0 comments on commit 6153255

Please sign in to comment.