We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958dede commit 7d7df4fCopy full SHA for 7d7df4f
Telegram/SourceFiles/ui/effects/credits.style
@@ -41,6 +41,10 @@ creditsPremiumCover: PremiumCover(defaultPremiumCover) {
41
creditsLowBalancePremiumCover: PremiumCover(creditsPremiumCover) {
42
starSize: size(64px, 62px);
43
starTopSkip: 30px;
44
+ about: FlatLabel(userPremiumCoverAbout) {
45
+ textFg: boxTitleFg;
46
+ minWidth: 200px;
47
+ }
48
}
49
creditsLowBalancePremiumCoverHeight: 162px;
50
creditsTopupButton: SettingsButton(settingsButton) {
0 commit comments