Skip to content

Commit

Permalink
๐Ÿ› Font ๋ฒ„๊ทธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 committed May 7, 2024
1 parent 84b4a9b commit 8a74255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public struct KGFont: ViewModifier {
content
.font(weight.pretendardFont.swiftUIFont(size: style.size))
.lineSpacing(lineHeight * style.lineHeight - lineHeight)
.padding(.vertical, (lineHeight * style.lineHeight - lineHeight) / 2)
.padding(.vertical, (lineHeight * style.lineHeight - lineHeight) / 4)
}
}

Expand Down

0 comments on commit 8a74255

Please sign in to comment.