From f9f72596edf8505a0980499c56d5288a90130b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Riedmu=CC=88ller?= Date: Thu, 17 Oct 2024 10:36:39 +0200 Subject: [PATCH] feat: improved naming for css spacing variables --- packages/ui/lib/default-custom-properties.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/lib/default-custom-properties.css b/packages/ui/lib/default-custom-properties.css index 63469b0..70ed6e8 100644 --- a/packages/ui/lib/default-custom-properties.css +++ b/packages/ui/lib/default-custom-properties.css @@ -1,12 +1,12 @@ :root { /* Spacing */ - --sys42-spacing-xxs: 0.125rem; + --sys42-spacing-2xs: 0.125rem; --sys42-spacing-xs: 0.25rem; --sys42-spacing-sm: 0.5rem; --sys42-spacing-md: 1rem; --sys42-spacing-lg: 2rem; --sys42-spacing-xl: 4rem; - --sys42-spacing-xxl: 8rem; + --sys42-spacing-2xl: 8rem; /* Border radius */ --sys42-border-radius-sm: 0.25rem;