From 96bd51db15c61853acf77419205513a8d8de4421 Mon Sep 17 00:00:00 2001 From: Nathan Young <1447339+nathanyoung@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:23:27 -0700 Subject: [PATCH] feat: add toggle background color tokens (#252) --- build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.js b/build.js index 5ddf438..f4c0e0b 100644 --- a/build.js +++ b/build.js @@ -103,7 +103,8 @@ const FIGMA_TOKENS_DOCUMENT = 'abGRptpr7iPaMsXdEPVm6W'; * 3. The link will contain the version id as a querystring variable. * 4. Paste the version id here. */ -const FIGMA_FILE_VERSION = '6220736849'; +const FIGMA_FILE_VERSION = '6229118981'; + /** * Read tokens from FIGMA file. */