Subscribed channels list in tab navigation

This commit is contained in:
Arkadiusz Fal
2022-12-11 12:38:57 +01:00
parent 7ba743afbc
commit 5e0f13cace
28 changed files with 566 additions and 222 deletions

View File

@@ -12,7 +12,7 @@ struct CacheStatusHeader: View {
.opacity(isLoading ? 1 : 0)
Text(refreshTime)
}
.font(.caption)
.font(.caption.monospacedDigit())
.foregroundColor(.secondary)
}
}