aboutsummaryrefslogtreecommitdiff
path: root/DomainDig/DomainDigUI.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/DomainDigUI.swift')
-rw-r--r--DomainDig/DomainDigUI.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/DomainDigUI.swift b/DomainDig/DomainDigUI.swift
index 3aec259..fab76d5 100644
--- a/DomainDig/DomainDigUI.swift
+++ b/DomainDig/DomainDigUI.swift
@@ -466,7 +466,7 @@ struct TagFilterChipRowView: View {
.font(.caption)
.padding(.horizontal, 10)
.padding(.vertical, 5)
- .background(isSelected ? Color(.statusInfo).opacity(0.3) : Color(.appSurfaceElevated), in: Capsule())
+ .background(isSelected ? Color(.statusInfoSurface) : Color(.appSurfaceElevated), in: Capsule())
.foregroundStyle(isSelected ? Color(.statusInfo) : Color.primary)
}
.buttonStyle(.plain)