From 95feb1df6bbb3fc0d587bd002e937485cfa5d6a4 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann <112889877+ChristianHoffmannS2@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:58:48 +0200 Subject: [PATCH] fix(tokens): added border radius to tooltip (#257) --- .../figma-design-tokens/input/tokens/semantics/BLR_CMP.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/figma-design-tokens/input/tokens/semantics/BLR_CMP.json b/packages/figma-design-tokens/input/tokens/semantics/BLR_CMP.json index a92fabc86..9d8f74b8c 100644 --- a/packages/figma-design-tokens/input/tokens/semantics/BLR_CMP.json +++ b/packages/figma-design-tokens/input/tokens/semantics/BLR_CMP.json @@ -823,6 +823,10 @@ "Padding": { "value": "{core.dimensionPX.6} {core.dimensionPX.8}", "type": "spacing" + }, + "BorderRadius": { + "value": "{core.borderRadius.MD}", + "type": "borderRadius" } }, "Elevation": { @@ -2841,4 +2845,4 @@ } } } -} \ No newline at end of file +}