Skip to content

Commit 91291b1

Browse files
Fix commit message placeholder alignment with cursor
1 parent 6737228 commit 91291b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GitFlow/Views/Commit/CommitCreationView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ struct CommitCreationView: View {
3838
Text("Enter commit message...")
3939
.font(.system(.body, design: .monospaced))
4040
.foregroundStyle(.tertiary)
41-
.padding(.leading, 9)
42-
.padding(.top, 12)
41+
.padding(.leading, 5)
42+
.padding(.top, 8)
4343
.allowsHitTesting(false)
4444
}
4545
}

0 commit comments

Comments
 (0)