Skip to content

Commit

Permalink
fix: meme category view > alignment 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lina0322 committed Oct 4, 2024
1 parent 1b64d8e commit bea74ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public struct MemeCategoryView: View {
}

public var body: some View {
VStack(spacing: 0) {
VStack(alignment: .leading, spacing: 0) {
HStack {
Text(category)
.font(Font.Body.Small.semiBold)
Expand Down

0 comments on commit bea74ba

Please sign in to comment.