|
|
@@ -83,8 +83,7 @@ struct GrammarCheckerView: View {
|
|
|
Text("Type or paste your text here and press the check button...")
|
|
|
.font(.system(size: 14))
|
|
|
.foregroundStyle(AppTheme.textMuted)
|
|
|
- .padding(.horizontal, 18)
|
|
|
- .padding(.vertical, 22)
|
|
|
+ .padding(14)
|
|
|
.allowsHitTesting(false)
|
|
|
}
|
|
|
}
|