Skip to content

fix(select): vertically center arrow #1045

fix(select): vertically center arrow

fix(select): vertically center arrow #1045

Workflow file for this run

name: Build v1
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn tsc -p src/tsconfig.json
- run: yarn test --ci --runInBand