Adjust icon

This commit is contained in:
Isaac 2025-06-24 13:29:25 +02:00
parent 6ca38476a4
commit f2e96efdb5

View File

@ -826,8 +826,8 @@ private final class StarsTransactionSheetContent: CombinedComponent {
} else if case .ton = count.currency { } else if case .ton = count.currency {
amountStarIconName = "Ads/TonBig" amountStarIconName = "Ads/TonBig"
amountStarTintColor = countColor amountStarTintColor = countColor
amountStarMaxSize = CGSize(width: 14.0, height: 14.0) amountStarMaxSize = CGSize(width: 13.0, height: 13.0)
amountOffset.y += 3.0 amountOffset.y += 4.0 - UIScreenPixel
} else { } else {
amountStarIconName = "Premium/Stars/StarMedium" amountStarIconName = "Premium/Stars/StarMedium"
} }