mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
Added ripple animation to button for gift to channel in history widget.
This commit is contained in:
parent
fa96f25683
commit
f1451a1de3
1 changed files with 4 additions and 0 deletions
|
@ -861,6 +861,10 @@ historyGiftToChannel: IconButton(defaultIconButton) {
|
|||
|
||||
icon: icon{{ "menu/gift_premium", windowActiveTextFg }};
|
||||
iconOver: icon{{ "menu/gift_premium", windowActiveTextFg }};
|
||||
|
||||
rippleAreaPosition: point(3px, 3px);
|
||||
rippleAreaSize: 40px;
|
||||
ripple: universalRippleAnimation;
|
||||
}
|
||||
historyUnblock: FlatButton(historyComposeButton) {
|
||||
color: attentionButtonFg;
|
||||
|
|
Loading…
Add table
Reference in a new issue