feat: update Button component to remove primary tone and enhance coloโฆ #66
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Chromatic ๐จ" | |
on: push | |
jobs: | |
chromatic: | |
environment: | |
name: chromatic | |
url: https://${{ github.ref_name }}--675790d317ba346348aa3490.chromatic.com | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: oven-sh/setup-bun@v2 | |
- run: bun install | |
- uses: chromaui/action@latest | |
with: | |
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} |