Skip to content

Commit

Permalink
Make Oref0 error string in pop-up more accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Jul 30, 2024
1 parent 4fec5fd commit 41d2b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeAPS/Sources/Modules/Home/View/HomeRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ extension Home {
.font(.suggestionError)
.padding(.bottom, 4)
.padding(.top, 8)
Text(errorMessage).font(.buttonFont).foregroundColor(.loopRed)
Text(errorMessage).font(.suggestionError).fontWeight(.semibold).foregroundColor(.orange)
} else if let suggestion = state.suggestion, (suggestion.bg ?? 100) == 400 {
Text("Invalid CGM reading (HIGH).").font(.suggestionError).bold().foregroundColor(.loopRed).padding(.top, 8)
Text("SMBs and High Temps Disabled.").font(.suggestionParts).foregroundColor(.white).padding(.bottom, 4)
Expand Down

0 comments on commit 41d2b44

Please sign in to comment.