From 8056f4511208670bacfb3134bd07bd99288dfbae Mon Sep 17 00:00:00 2001 From: tischsoic Date: Mon, 14 Sep 2026 12:01:27 +0200 Subject: [PATCH] IBX-12576: Widened the gap before the Alert close button The root is one flex container with an 8px gap, so the close button sat 8px from the message. Figma nests the icon and the message in one frame and places the close button 16px away from it. Co-Authored-By: Claude --- packages/assets/src/scss/_alert.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/assets/src/scss/_alert.scss b/packages/assets/src/scss/_alert.scss index f61bd16e..1730812a 100644 --- a/packages/assets/src/scss/_alert.scss +++ b/packages/assets/src/scss/_alert.scss @@ -103,6 +103,7 @@ $alert-line-height: calculateRem(21px); width: calculateRem(16px); height: $alert-line-height; + margin-left: calculateRem(8px); padding: 0; } }