Various improvements

This commit is contained in:
Ilya Laktyushin
2024-05-24 02:43:22 +04:00
parent 4e55e3aab0
commit 2007f15998
23 changed files with 383 additions and 158 deletions

View File

@@ -696,10 +696,10 @@ private final class StarsPurchaseScreenComponent: CombinedComponent {
isVisible: starIsVisible,
hasIdleAnimations: state.hasIdleAnimations,
colors: [
UIColor(rgb: 0xea8904),
UIColor(rgb: 0xe57d02),
UIColor(rgb: 0xf09903),
UIColor(rgb: 0xfec209),
UIColor(rgb: 0xfed31a)
UIColor(rgb: 0xf9b004),
UIColor(rgb: 0xfdd219)
]
),
availableSize: CGSize(width: min(414.0, context.availableSize.width), height: 220.0),