diff --git a/Telegram/SourceFiles/payments/ui/payments.style b/Telegram/SourceFiles/payments/ui/payments.style index 8cdd41a55..9c49d1be1 100644 --- a/Telegram/SourceFiles/payments/ui/payments.style +++ b/Telegram/SourceFiles/payments/ui/payments.style @@ -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;