2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added loading state to box for renaming of stickers set.

This commit is contained in:
23rd
2024-07-29 11:02:17 +03:00
parent 0046bae53f
commit 06fc813e95
2 changed files with 58 additions and 10 deletions

View File

@@ -1413,6 +1413,10 @@ editStickerSetNameField: InputField(defaultInputField) {
textMargins: margins(0px, 28px, 26px, 4px);
heightMax: 55px;
}
editStickerSetNameLoading: InfiniteRadialAnimation(defaultInfiniteRadialAnimation) {
color: lightButtonFg;
thickness: 2px;
}
paidStarIcon: icon {{ "settings/premium/star", creditsBg1 }};
paidStarIconTop: 7px;