Skip to content

Commit

Permalink
[CHORE/#202] fillMaxWidth ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Aug 27, 2024
1 parent 3ef000b commit 1202d9c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ fun TerningCommunity(
)
HorizontalDivider(
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 20.dp),
thickness = 1.dp,
color = Grey150
Expand Down Expand Up @@ -328,7 +327,6 @@ fun ServiceInfo(
)
HorizontalDivider(
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 20.dp),
thickness = 1.dp,
color = Grey150
Expand All @@ -340,7 +338,6 @@ fun ServiceInfo(
)
HorizontalDivider(
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 20.dp),
thickness = 1.dp,
color = Grey150
Expand Down

0 comments on commit 1202d9c

Please sign in to comment.