We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6737228 commit 91291b1Copy full SHA for 91291b1
GitFlow/Views/Commit/CommitCreationView.swift
@@ -38,8 +38,8 @@ struct CommitCreationView: View {
38
Text("Enter commit message...")
39
.font(.system(.body, design: .monospaced))
40
.foregroundStyle(.tertiary)
41
- .padding(.leading, 9)
42
- .padding(.top, 12)
+ .padding(.leading, 5)
+ .padding(.top, 8)
43
.allowsHitTesting(false)
44
}
45
0 commit comments