From 766c86f52232855f211f8205d243c582fdc798e9 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Mon, 10 Jun 2024 14:07:13 +0200 Subject: [PATCH] fix(WEB-314): use correct css var naming --- components/MyPages/Blocks/Benefits/NextLevel/next.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css index 82833b16b..2f5443b88 100644 --- a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css +++ b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css @@ -34,7 +34,7 @@ justify-content: center; align-items: center; padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x7); - gap: var(--x2, 16px); + gap: var(--Spacing-x2); align-self: stretch; }