Web app improvements

This commit is contained in:
Ilya Laktyushin
2024-08-25 16:15:35 +04:00
parent 5941becc33
commit 0f597d457e
9 changed files with 291 additions and 80 deletions

View File

@@ -645,8 +645,8 @@ private final class StarsTransactionSheetContent: CombinedComponent {
if let giveawayMessageId {
tableItems.append(.init(
id: "gift",
title: "Gift",
id: "prize",
title: "Prize",
component: AnyComponent(
MultilineTextComponent(text: .plain(NSAttributedString(string: "\(count) Stars", font: tableFont, textColor: tableTextColor)))
)