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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user