AyuGramDesktop/Telegram/SourceFiles/ui/effects/credits.style

24 lines
679 B
Text

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
using "ui/basic.style";
using "boxes/boxes.style";
using "ui/widgets/widgets.style";
using "ui/effects/premium.style";
using "settings/settings.style";
creditsPremiumCover: PremiumCover(defaultPremiumCover) {
about: FlatLabel(userPremiumCoverAbout) {
textFg: boxTitleFg;
}
}
creditsTopupButton: SettingsButton(settingsButton) {
style: semiboldTextStyle;
}
creditsTopupPrice: FlatLabel(defaultFlatLabel) {
textFg: windowSubTextFg;
}