2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Improved style of stickers settings box.

This commit is contained in:
23rd
2023-07-26 03:25:01 +03:00
committed by John Preston
parent ce39431beb
commit 16820139dd
3 changed files with 115 additions and 73 deletions

View File

@@ -288,6 +288,12 @@ stickersTrendingAdd: RoundButton(defaultActiveButton) {
height: 26px;
textTop: 4px;
}
stickersTrendingInstalled: RoundButton(stickersTrendingAdd) {
textFg: activeButtonBg;
textFgOver: activeButtonBgOver;
textBg: activeButtonSecondaryFg;
textBgOver: activeButtonSecondaryFgOver;
}
stickersRemove: IconButton(defaultIconButton) {
width: 40px;
height: 40px;