We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f25cc5 commit e1f4b54Copy full SHA for e1f4b54
1 file changed
Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift
@@ -103,6 +103,7 @@ struct ChatSettingsView: View {
103
"\(settings.chatGPTTemperature.formatted(.number.precision(.fractionLength(1))))"
104
)
105
.font(.body)
106
+ .foregroundColor(settings.chatGPTTemperature >= 1 ? .red : .secondary)
107
.monospacedDigit()
108
.padding(.vertical, 2)
109
.padding(.horizontal, 6)
0 commit comments