From 3ca012d610d19c83cd4fa28e423c50aa6f368b76 Mon Sep 17 00:00:00 2001 From: Isaac <> Date: Tue, 3 Mar 2026 16:30:31 +0100 Subject: [PATCH] Adjust --- .../Sources/ContextControllerActionsStackNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Components/ContextControllerImpl/Sources/ContextControllerActionsStackNode.swift b/submodules/TelegramUI/Components/ContextControllerImpl/Sources/ContextControllerActionsStackNode.swift index 400c6cab50..e568c17d0e 100644 --- a/submodules/TelegramUI/Components/ContextControllerImpl/Sources/ContextControllerActionsStackNode.swift +++ b/submodules/TelegramUI/Components/ContextControllerImpl/Sources/ContextControllerActionsStackNode.swift @@ -1611,7 +1611,7 @@ public final class ContextControllerActionsStackNodeImpl: ASDisplayNode, Context } override init() { - self.backgroundContainer = GlassBackgroundContainerView(spacing: 20.0) + self.backgroundContainer = GlassBackgroundContainerView(spacing: 28.0) self.contentContainer = LensTransitionContainer(effectView: LensTransitionContainerEffectViewImpl(contentView: nil)) self.backgroundContainerInset = 32.0