From 63e406bb5bae5cd9cd6da84d2b634f1fb82a3e24 Mon Sep 17 00:00:00 2001 From: vadim Date: Tue, 2 Apr 2024 16:22:12 +0200 Subject: [PATCH] chore: WDS inner spacing scale adjustments (#32342) Closes #31256 Some comparisons for key theme settings combinations: | | Before | After | |--------|--------|--------| | tight - small | tight-small | tight-small | | tight - big | tight-big | tight-big | | regular - small | regular-small | regular-small | | regular - big | regular-big | regular-big | | loose - small | loose-small | loose-small | --- .../design-system/theming/src/token/src/tokensConfigs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/client/packages/design-system/theming/src/token/src/tokensConfigs.json b/app/client/packages/design-system/theming/src/token/src/tokensConfigs.json index e113df716a..98079761ce 100644 --- a/app/client/packages/design-system/theming/src/token/src/tokensConfigs.json +++ b/app/client/packages/design-system/theming/src/token/src/tokensConfigs.json @@ -18,12 +18,12 @@ "userDensityRatio": 1.75 }, "innerSpacing": { - "V": 1.5, - "R": 2.5, + "V": 1.4, + "R": 2.25, "N": 2, "stepsUp": 8, "stepsDown": 0, - "userSizingRatio": 0.25, + "userSizingRatio": 0.5, "userDensityRatio": 2.5 }, "typography": {