Skip to content

fix(styles): replace !important overrides with proper CSS specificity #1263

fix(styles): replace !important overrides with proper CSS specificity

fix(styles): replace !important overrides with proper CSS specificity #1263

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.13.0
uses: actions/setup-node@v4
with:
node-version: 18.13.0
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Test
run: npm test -- --watch=false --browsers=ChromeHeadless