|
|
@@ -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) {
|