Skip to content

fix: dark mode button not fully white on hover (#97) #127

fix: dark mode button not fully white on hover (#97)

fix: dark mode button not fully white on hover (#97) #127

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build