Import colors from Figma library #4

Merged
Sven merged 15 commits from figma into main 2022-10-08 11:14:23 +00:00
Showing only changes of commit 2271198f47 - Show all commits

View file

@ -8,6 +8,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.0'
- name: Cache Swift packages
uses: actions/cache@v2