From 446268e7f5c32d9de97ffe84981d5261c5407fff Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 4 Jul 2024 11:51:25 +0330 Subject: [PATCH] chore: eww design tokens --- hypr-configs/hyprland/eww/assets/scss/_tokens.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hypr-configs/hyprland/eww/assets/scss/_tokens.scss b/hypr-configs/hyprland/eww/assets/scss/_tokens.scss index 6c9f112..5130aef 100644 --- a/hypr-configs/hyprland/eww/assets/scss/_tokens.scss +++ b/hypr-configs/hyprland/eww/assets/scss/_tokens.scss @@ -12,15 +12,15 @@ $design-tokens: ( extra: 12px, ), margin: ( - small: 2px, - default: 4px, - large: 6px, + small: 4px, + default: 6px, + large: 8px, extra: 16px, ), border-radius: ( - small: 6px, - default: 10px, - large: 12px, + small: 4px, + default: 6px, + large: 8px, extra: 16px, ), );