From 2911d98276ef79c36059196d8570b4df56fbaa77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 22 Apr 2026 13:47:59 +0400 Subject: [PATCH] Add branding to cookie banner theme preview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also fix branding spacing with proper padding-top. Signed-off-by: Émile Ré --- .../snippet/_components/ThemePreview.tsx | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx index 66b10e76b..cc90d932c 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx @@ -181,7 +181,7 @@ function BannerPreview() { lineHeight: 1.5, maxWidth: 450, width: "100%", - padding: 24, + padding: "24px 24px 12px 24px", }} >

-
+
+
+ Powered by + {" "} + + {" "} + Probo +
); }