Skip to content

Commit

Permalink
[UI]#9 동화 리스트 아이템 및 태그 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nrj022 committed Feb 19, 2024
1 parent 0f79add commit 0a78f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import com.green.comma.ui.compose.theme.pretendard
@Composable
fun FairytaleTagElem(tag: String, colorBg: Color, colorTxt: Color){
Surface(
modifier = Modifier.padding(horizontal = 4.dp),
modifier = Modifier.padding(end = 8.dp),
color = colorBg,
shape = RoundedCornerShape(4.dp)
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ fun PreviewFairytaleListItem(imgUrl: String?){
modifier = Modifier
.width(294.dp)
.height(124.dp)
.clickable { }
.padding(10.dp),
.clickable { },
color = Color.White,
onClick = {}
) {
Expand Down

0 comments on commit 0a78f35

Please sign in to comment.