Fix locales

This commit is contained in:
Arkadiusz Fal
2026-02-09 00:13:46 +01:00
parent 100df744d9
commit 425a2c590d
55 changed files with 644 additions and 548 deletions

View File

@@ -63,7 +63,7 @@ struct ChannelCardGridView: View {
}
} else {
// Reserve space with invisible text
Text(" ")
Text(verbatim: " ")
.font(subscriberFont)
}
}