Skip to content

Commit

Permalink
fix default theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jul 3, 2024
1 parent b124693 commit 8acef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import-figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8acef77

Please sign in to comment.