Skip to content

Commit

Permalink
Fix text color in LLM Inference example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Brénon authored May 12, 2024
1 parent a686aa4 commit 4fd6480
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 4fd6480

Please sign in to comment.