Skip to content

fix: dark mode button not fully white on hover #124

fix: dark mode button not fully white on hover

fix: dark mode button not fully white on hover #124

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