From 5ce43cf07a8afc7c92027661b41251b0da00c981 Mon Sep 17 00:00:00 2001 From: Lars Rickert Date: Wed, 3 Jul 2024 15:47:05 +0200 Subject: [PATCH] fix default theme name --- .github/workflows/import-figma.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import-figma.yml b/.github/workflows/import-figma.yml index 4a1d5a7a82..636c005231 100644 --- a/.github/workflows/import-figma.yml +++ b/.github/workflows/import-figma.yml @@ -27,7 +27,7 @@ jobs: # we need to separately import the themes because they are all needed in different formats and selectors - name: Import onyx variables run: | - pnpm run @sit-onyx/figma-utils import-variables -k "${{ vars.FIGMA_FILE_KEY }}" -t "${{ secrets.FIGMA_TOKEN }}" -d "../sit-onyx/src/styles/themes" -m onyx -f CSS JSON -s ":where(:root), .onyx-theme-default" --filename "default" + pnpm run @sit-onyx/figma-utils import-variables -k "${{ vars.FIGMA_FILE_KEY }}" -t "${{ secrets.FIGMA_TOKEN }}" -d "../sit-onyx/src/styles/themes" -m onyx -f CSS JSON -s ":where(:root), .onyx-theme-default" --filename "" working-directory: packages/figma-utils - name: Import additional onyx themes