From 4bb2e7b69421f1e35137364a01dbbbeb9da90255 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:04:58 +0200 Subject: [PATCH] create fields --- tokens.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tokens.json b/tokens.json index 3a17e3517..093044be8 100644 --- a/tokens.json +++ b/tokens.json @@ -758,7 +758,7 @@ "x": "0", "y": "0", "blur": "0", - "spread": "3", + "spread": "2", "color": "{core.color.primary.300}", "type": "dropShadow" }, @@ -2784,6 +2784,10 @@ "subtle": { "value": "{global.border.color.line.subtle}", "type": "color" + }, + "negative": { + "value": "{global.border.color.negative.default}", + "type": "color" } }, "radius": { @@ -2805,7 +2809,7 @@ "padding": { "vertical": { "md": { - "value": "7px", + "value": "{badge.spacing.padding.md}", "type": "spacing" }, "sm": { @@ -2892,7 +2896,7 @@ "03": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.regular}", "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, @@ -2916,10 +2920,6 @@ "value": "{global.content.color.negative.default}", "type": "color" } - }, - "typo": { - "value": "{global.content.typo.caption}", - "type": "typography" } } }, @@ -4587,7 +4587,7 @@ "default": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}" }, @@ -4596,7 +4596,7 @@ "hover": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}", "textDecoration": "underline" @@ -4642,7 +4642,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}" }, @@ -4809,7 +4809,7 @@ "typo": { "value": { "fontFamily": "{core.font.family.main}", - "fontWeight": "{core.font.weight.light}", + "fontWeight": "{core.font.weight.medium}", "lineHeight": "{core.font.lineHeight.300}px", "fontSize": "{core.font.size.75}px" },