mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-28 18:53:55 +02:00
24 lines
679 B
Text
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;
|
|
}
|