change offline icon

This commit is contained in:
spaced4ndy
2024-06-28 13:36:01 +04:00
parent 8b5e6a1246
commit 262d181778
@@ -327,7 +327,7 @@ struct SubscriptionStatusView: View {
.foregroundColor(color.opacity(opacity))
}
} else {
Image(systemName: "wifi.slash")
Image(systemName: "dot.radiowaves.up.forward")
.foregroundColor(Color(uiColor: .tertiaryLabel))
}
}