diff options
Diffstat (limited to 'DomainDig/ContentView.swift')
| -rw-r--r-- | DomainDig/ContentView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/ContentView.swift b/DomainDig/ContentView.swift index 47512c8..f48e2a0 100644 --- a/DomainDig/ContentView.swift +++ b/DomainDig/ContentView.swift @@ -1779,7 +1779,7 @@ struct SubdomainsSectionView: View { .foregroundStyle(Color(.statusWarning)) .padding(.horizontal, 8) .padding(.vertical, 4) - .background(Color(.statusWarning).opacity(0.14)) + .background(Color(.statusWarningSurface)) .clipShape(Capsule()) } } |
