Skip to content

wip: added opacity on hover for down arrow in swap item #19

wip: added opacity on hover for down arrow in swap item

wip: added opacity on hover for down arrow in swap item #19

Workflow file for this run

name: ⚡ Chromatic Check
on: push
jobs:
publish-chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Build storybook
run: pnpm build-storybook
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: 'dist/storybook/shared-storybook'