mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Fix cancel payment form button style.
This commit is contained in:
parent
090f83ae0d
commit
96f480ba41
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ using "info/info.style";
|
|||
|
||||
paymentsPanelSize: size(392px, 600px);
|
||||
|
||||
paymentsPanelButton: defaultBoxButton;
|
||||
paymentsPanelButton: RoundButton(defaultBoxButton) {
|
||||
width: -36px;
|
||||
height: 36px;
|
||||
font: boxButtonFont;
|
||||
}
|
||||
paymentsPanelSubmit: RoundButton(defaultActiveButton) {
|
||||
width: -36px;
|
||||
height: 36px;
|
||||
|
|
Loading…
Add table
Reference in a new issue