소스 검색

Adjust Your Content header crop to remove underline.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 개월 전
부모
커밋
44b3ae30ae
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      gramora/Views/GrammarCheckerView.swift

+ 4 - 2
gramora/Views/GrammarCheckerView.swift

@@ -65,8 +65,10 @@ struct GrammarCheckerView: View {
         VStack(alignment: .leading, spacing: 16) {
             Image("YourContentLogo")
                 .resizable()
-                .scaledToFit()
-                .frame(height: 48)
+                .aspectRatio(contentMode: .fit)
+                .frame(height: 52, alignment: .topLeading)
+                .frame(height: 46, alignment: .topLeading)
+                .clipped()
                 .accessibilityLabel("Your Content")
 
             ZStack(alignment: .bottomTrailing) {