From 96f480ba41a90e3c97d144eb8aa152a129b8a698 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 6 May 2022 18:36:23 +0400 Subject: [PATCH] Fix cancel payment form button style. --- Telegram/SourceFiles/payments/ui/payments.style | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;