Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Sep 26, 2023
1 parent a20202f commit 2051646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public struct SectionView: View {
.frame(maxWidth: .infinity, alignment: .leading)
.fixMultilineScrollableText()
.font(.system(size: 11, weight: .regular, design: .default))
.foregroundColor(Color("TextSecondary", bundle: .module))\
.foregroundColor(Color("TextSecondary", bundle: .module))
}

if !buttonName.isEmpty {
Expand Down

0 comments on commit 2051646

Please sign in to comment.