From 87df42f8c10fb8b3690419473bfcc7a74d921c53 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 14 Apr 2022 15:24:02 +0400 Subject: [PATCH] Improve icon padding in bot inline buttons. --- Telegram/SourceFiles/ui/chat/chat.style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style index e1467fdd5..0348da023 100644 --- a/Telegram/SourceFiles/ui/chat/chat.style +++ b/Telegram/SourceFiles/ui/chat/chat.style @@ -479,7 +479,7 @@ historyPinnedShowAll: IconButton(historyReplyCancel) { msgBotKbDuration: 200; msgBotKbFont: semiboldFont; -msgBotKbIconPadding: 2px; +msgBotKbIconPadding: 4px; msgBotKbUrlIcon: icon {{ "inline_button_url", msgBotKbIconFg }}; msgBotKbSwitchPmIcon: icon {{ "inline_button_switch", msgBotKbIconFg }}; msgBotKbPaymentIcon: icon {{ "inline_button_card", msgBotKbIconFg }};