diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 7bbd411..3b59301 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -2054,7 +2054,7 @@ "type": "spacing" }, "heading": { - "value": "{color.text.heading}", + "value": "{color.primary.dark}", "type": "color" }, "body": { @@ -2063,16 +2063,12 @@ }, "modal": { "padding-x": { - "value": "40", + "value": "{spacing.xl}", "type": "spacing" }, - "padding-bottom": { + "padding-y": { "value": "{spacing.2xl}", "type": "spacing" - }, - "padding-top": { - "value": "76", - "type": "spacing" } } }