2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add a gift button to channel bottom.

This commit is contained in:
John Preston
2025-01-29 10:26:42 +04:00
parent 958db945f3
commit d60ce41fa9
3 changed files with 31 additions and 0 deletions

View File

@@ -855,6 +855,13 @@ historyComposeButton: FlatButton {
color: historyComposeButtonBgRipple;
}
}
historyGiftToChannel: IconButton(defaultIconButton) {
width: 46px;
height: 46px;
icon: icon{{ "menu/gift_premium", windowActiveTextFg }};
iconOver: icon{{ "menu/gift_premium", windowActiveTextFg }};
}
historyUnblock: FlatButton(historyComposeButton) {
color: attentionButtonFg;
overColor: attentionButtonFgOver;