diff --git a/Projects/Core/DesignSystem/Sources/View/Keyword/MemeCategoryView.swift b/Projects/Core/DesignSystem/Sources/View/Keyword/MemeCategoryView.swift index a96cf96..1e7f468 100644 --- a/Projects/Core/DesignSystem/Sources/View/Keyword/MemeCategoryView.swift +++ b/Projects/Core/DesignSystem/Sources/View/Keyword/MemeCategoryView.swift @@ -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)