summaryrefslogtreecommitdiff
path: root/DomainDig/TimelineView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/TimelineView.swift')
-rw-r--r--DomainDig/TimelineView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/TimelineView.swift b/DomainDig/TimelineView.swift
index 16e2bf8..5352a94 100644
--- a/DomainDig/TimelineView.swift
+++ b/DomainDig/TimelineView.swift
@@ -117,7 +117,7 @@ private struct TimelineRow: 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
)
)
}