Skip to content

Commit

Permalink
update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Dec 15, 2023
1 parent e3f37fa commit 2c4bfa5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ struct LabelViewText: View {
HStack {
Text(titleText).fontWeight(.bold)
Text(bodyText)
} }
}
}

init(_ titleText: String, bodyText: String) {
self.titleText = titleText
Expand Down

0 comments on commit 2c4bfa5

Please sign in to comment.