Skip to content

fix: icon spacing for large modal #5357

fix: icon spacing for large modal

fix: icon spacing for large modal #5357

Workflow file for this run

# Workflow name
name: 'Chromatic'
# Event for the workflow
on: push
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'yarn'
- run: yarn install
- name: Install dependencies in react-components
run: yarn install
working-directory: packages/react-components
- run: yarn workspace @department-of-veterans-affairs/react-components run build
- run: yarn workspace @department-of-veterans-affairs/web-components run build
- run: yarn workspace @department-of-veterans-affairs/component-library run build
- name: Install dependencies in storybook
run: yarn install
working-directory: packages/storybook
- run: yarn build-storybook
working-directory: packages/storybook
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: packages/storybook/storybook-static