Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Friese <[email protected]>
  • Loading branch information
peterfriese committed Dec 13, 2023
1 parent 9ea9bcf commit 55ad3b0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ struct MessageView: View {
}
MessageContentView(message: message)
.padding(10)
.background(message.participant == .system ? Color(UIColor.systemFill) : Color(UIColor.systemBlue))
.background(message.participant == .system
? Color(UIColor.systemFill)
: Color(UIColor.systemBlue))
.roundedCorner(10,
corners: [
.topLeft,
Expand Down

0 comments on commit 55ad3b0

Please sign in to comment.