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 {
amountStarIconName = "Ads/TonBig"
amountStarTintColor = countColor
amountStarMaxSize = CGSize(width: 14.0, height: 14.0)
amountOffset.y += 3.0
amountStarMaxSize = CGSize(width: 13.0, height: 13.0)
amountOffset.y += 4.0 - UIScreenPixel
} else {
amountStarIconName = "Premium/Stars/StarMedium"
}