Skip to content

Commit

Permalink
fix: Closes #57 - Add forced padding to text lines to fix Ventura lin…
Browse files Browse the repository at this point in the history
…e padding on the main page
  • Loading branch information
othyn committed Oct 29, 2022
1 parent 4497c76 commit 2c157f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto-clicker/Views/Main/Components/ActionStageLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ struct ActionStageLine<Content: View>: View {
HStack(content: content)
.font(.system(size: 32, weight: .light))
.foregroundColor(self.activeTheme.fontColour)
.padding(.bottom, 5)

Spacer()
}
Expand Down

0 comments on commit 2c157f3

Please sign in to comment.