diff --git a/Demo/Sources/Settings/SettingsView.swift b/Demo/Sources/Settings/SettingsView.swift index eeacf85a7..d1407bfbf 100644 --- a/Demo/Sources/Settings/SettingsView.swift +++ b/Demo/Sources/Settings/SettingsView.swift @@ -20,6 +20,7 @@ private struct UrlCacheView: View { Spacer() Text(urlCacheSize) .font(.footnote) + .foregroundColor(.red) } .onAppear { updateCacheSize()