Skip to content

Commit

Permalink
Merge pull request #389 from googlesamples/mbrenon-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored May 12, 2024
2 parents a686aa4 + 4fd6480 commit 39b6af2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ struct MessageView: View {
}
Text(message.message)
.padding(10)
.foregroundStyle(Color(red: 0.0, green: 0.0, blue: 0.0))
.background(message.participant == .system
? Color(white: 0.9231)
: Color(red: 0.8627, green: 0.9725, blue: 0.7764))
Expand Down

0 comments on commit 39b6af2

Please sign in to comment.