Skip to content

fix(ui): selection contrast #111

fix(ui): selection contrast

fix(ui): selection contrast #111

Workflow file for this run

on:
push:
branches: [main]
paths:
- ".storybook/**/*"
- "stories/**/*"
- "src/theme/**/*.ts"
pull_request:
paths:
- ".storybook/**/*"
- "stories/**/*"
- "src/theme/**/*.ts"
name: "Chromatic"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
buildScriptName: "storybook:build"
exitOnceUploaded: true
projectToken: "chpt_e3cba49738d7554"