Skip to content

Commit e1f4b54

Browse files
committed
Update UI
1 parent 3f25cc5 commit e1f4b54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ struct ChatSettingsView: View {
103103
"\(settings.chatGPTTemperature.formatted(.number.precision(.fractionLength(1))))"
104104
)
105105
.font(.body)
106+
.foregroundColor(settings.chatGPTTemperature >= 1 ? .red : .secondary)
106107
.monospacedDigit()
107108
.padding(.vertical, 2)
108109
.padding(.horizontal, 6)

0 commit comments

Comments
 (0)