From 03f4ef3de7dd8452d83fd9a7a2b2dd71f0c2d96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Mar=C3=ADn=20S=C3=A1nchez?= <46426271+fermarinsanchez@users.noreply.github.com> Date: Fri, 24 May 2024 12:02:33 +0200 Subject: [PATCH] fix(components): changed gap to 18px with T2 on top in ContextContainer Ticket: task/Transversal-layout-67 Reviewed-by: @MIGUELez11 Refs: #159 --- .../src/layout/ContextContainer/ContextContainer.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/layout/ContextContainer/ContextContainer.styles.js b/packages/components/src/layout/ContextContainer/ContextContainer.styles.js index eee960fa7..c128df386 100644 --- a/packages/components/src/layout/ContextContainer/ContextContainer.styles.js +++ b/packages/components/src/layout/ContextContainer/ContextContainer.styles.js @@ -16,7 +16,7 @@ const ContextContainerStyles = createStyles((theme, { padded }) => { padding, '&.section-wrapper > .section-content-wrapper > .section-wrapper:not(:first-child):has(.section-title)': { - marginTop: '15px', + marginTop: '18px', }, }, description: {