Skip to content

Commit 471dbf0

Browse files
authored
[#360] 홈뷰의 웹페이지 섹션의 이미지 크기를 수정한다 (#361)
* ui: 이미지 크기를 다른 row와 동일하도록 수정
1 parent 1012250 commit 471dbf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevLog/UI/Common/Component/WebItemRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct WebItemRow: View {
1616
var body: some View {
1717
HStack {
1818
thumbnail
19-
.frame(width: sceneWidth / 10, height: sceneWidth / 10)
19+
.frame(width: sceneWidth * 0.08, height: sceneWidth * 0.08)
2020
.clipShape(RoundedRectangle(cornerRadius: 10))
2121

2222
VStack(alignment: .leading) {

0 commit comments

Comments
 (0)