summaryrefslogtreecommitdiff
path: root/DomainDig/HistoryView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/HistoryView.swift')
-rw-r--r--DomainDig/HistoryView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/HistoryView.swift b/DomainDig/HistoryView.swift
index 5b788c3..f291c81 100644
--- a/DomainDig/HistoryView.swift
+++ b/DomainDig/HistoryView.swift
@@ -56,7 +56,7 @@ struct HistoryView: View {
title: severity.title,
systemImage: "arrow.triangle.2.circlepath",
foregroundColor: severity == .high ? Color(.statusCritical) : Color(.statusWarning),
- backgroundColor: (severity == .high ? Color(.statusCritical) : Color(.statusWarning)).opacity(0.16)
+ backgroundColor: (severity == .high ? AppStatusTone.critical : .warning).surface
)
)
}