Skip to content

fix(datepicker): fix selection background color #65

fix(datepicker): fix selection background color

fix(datepicker): fix selection background color #65

Workflow file for this run

name: Build Theme
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 24
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies 📦
run: npm install
- name: Run build lib
run: npm run build:lib